The unified diff between revisions [78d02301..] and [833d0ade..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'cli-runopts.c'
#
#
# patch "cli-runopts.c"
# from [8bfbc2e5153b38baf7c63678e3a842740a57618b]
# to [6435ac6046e57fb5d30bdad5297dca84c67f828b]
#
============================================================
--- cli-runopts.c 8bfbc2e5153b38baf7c63678e3a842740a57618b
+++ cli-runopts.c 6435ac6046e57fb5d30bdad5297dca84c67f828b
@@ -92,6 +92,9 @@ void cli_getopts(int argc, char ** argv)
#endif
char* dummy = NULL; /* Not used for anything real */
+ char* recv_window_arg = NULL;
+ char* keepalive_arg = NULL;
+
/* see printhelp() for options */
cli_opts.progname = argv[0];
cli_opts.remotehost = NULL;
@@ -121,8 +124,6 @@ void cli_getopts(int argc, char ** argv)
opts.ipv6 = 1;
*/
opts.recv_window = DEFAULT_RECV_WINDOW;
- char* recv_window_arg = NULL;
- char* keepalive_arg = NULL;
/* Iterate all the arguments */
for (i = 1; i < (unsigned int)argc; i++) {