diff options
-rw-r--r-- | source3/rpcclient/rpcclient.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/rpcclient/rpcclient.c b/source3/rpcclient/rpcclient.c index 5a8d6f62b4..81fb47c525 100644 --- a/source3/rpcclient/rpcclient.c +++ b/source3/rpcclient/rpcclient.c @@ -560,10 +560,10 @@ static void usage(void) int olddebug; pstring cmdstr = ""; struct cli_state *cli; - fstring password, - username, - domain, - server; + fstring password="", + username="", + domain="", + server=""; struct cmd_set **cmd_set; struct in_addr server_ip; NTSTATUS nt_status; |