Mercurial > dropbear
diff cli-main.c @ 1046:b8f4b7027191 coverity
merge
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 24 Feb 2015 22:48:34 +0800 |
parents | 4121ca987e6a |
children | 02baa0b334e8 |
line wrap: on
line diff
--- a/cli-main.c Tue Feb 10 21:47:43 2015 +0800 +++ b/cli-main.c Tue Feb 24 22:48:34 2015 +0800 @@ -72,8 +72,7 @@ } else #endif { - int sock = connect_remote(cli_opts.remotehost, cli_opts.remoteport, - 0, &error); + int sock = connect_remote(cli_opts.remotehost, cli_opts.remoteport, &error); sock_in = sock_out = sock; }