1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

initialise strings

(This used to be commit cb61606b8e)
This commit is contained in:
Jean-François Micouleau 2001-12-18 00:27:46 +00:00
parent 6e76486505
commit 9fc3e980e9

View File

@ -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;