comparison cli-main.c @ 165:0cfba3034be5

Fixed DEBUG_TRACE macro so that we don't get semicolons left about the place
author Matt Johnston <matt@ucc.asn.au>
date Sun, 02 Jan 2005 20:25:56 +0000
parents 2e9d1f29c50f
children 740e782679be 1afa503e33f5
comparison
equal deleted inserted replaced
161:b9d3f725e00b 165:0cfba3034be5
48 _dropbear_log = cli_dropbear_log; 48 _dropbear_log = cli_dropbear_log;
49 49
50 cli_getopts(argc, argv); 50 cli_getopts(argc, argv);
51 51
52 TRACE(("user='%s' host='%s' port='%s'", cli_opts.username, 52 TRACE(("user='%s' host='%s' port='%s'", cli_opts.username,
53 cli_opts.remotehost, cli_opts.remoteport)); 53 cli_opts.remotehost, cli_opts.remoteport))
54 54
55 if (signal(SIGPIPE, SIG_IGN) == SIG_ERR) { 55 if (signal(SIGPIPE, SIG_IGN) == SIG_ERR) {
56 dropbear_exit("signal() error"); 56 dropbear_exit("signal() error");
57 } 57 }
58 58