diff options
Diffstat (limited to 'source3/client')
-rw-r--r-- | source3/client/client.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/client/client.c b/source3/client/client.c index 1d3623aef2..5d3f497ab1 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -3371,7 +3371,7 @@ static void cmd_help(char *dum_in, char *dum_out) } } - +#ifdef 0 /**************************************************************************** wait for keyboard activity, swallowing network packets @@ -3406,7 +3406,7 @@ static void wait_keyboard(char *buffer) chkpath("\\",False); } } - +#endif #ifdef HAVE_LIBREADLINE /**************************************************************************** @@ -3837,7 +3837,7 @@ static void usage(char *pname) if (getenv("PASSWD_FD") || getenv("PASSWD_FILE")) { int fd = -1; - BOOL close_it; + BOOL close_it = False; pstring spec; char pass[128]; |