From 535779e9fc3f68903c4a6a0a16f20fe1dd6327c7 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 7 May 2002 04:31:56 +0000 Subject: Fixed compile warning. (This used to be commit 671607a3eefc58673bdd4cb8fc8d3a3f65542f03) --- source3/rpcclient/rpcclient.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/rpcclient') diff --git a/source3/rpcclient/rpcclient.c b/source3/rpcclient/rpcclient.c index 1b3d0a756d..29b99165d3 100644 --- a/source3/rpcclient/rpcclient.c +++ b/source3/rpcclient/rpcclient.c @@ -599,7 +599,8 @@ static void usage(void) BOOL interactive = True; int opt; int olddebug; - static char *cmdstr = "", *server; + static char *cmdstr = ""; + const char *server; struct cli_state *cli; fstring password="", username="", -- cgit