From 9fc3e980e910b480536d55ebac7331c287f60065 Mon Sep 17 00:00:00 2001 From: Jean-François Micouleau Date: Tue, 18 Dec 2001 00:27:46 +0000 Subject: initialise strings (This used to be commit cb61606b8e2852779a03dab3f99a8886edd7a97f) --- source3/rpcclient/rpcclient.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source3/rpcclient') 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; -- cgit