Fix checker compile warning.
authorWayne Davison <wayned@samba.org>
Sat, 12 Dec 2009 23:51:03 +0000 (15:51 -0800)
committerWayne Davison <wayned@samba.org>
Sat, 12 Dec 2009 23:51:03 +0000 (15:51 -0800)
main.c

diff --git a/main.c b/main.c
index a2bf010..ebfadd2 100644 (file)
--- a/main.c
+++ b/main.c
@@ -1364,7 +1364,7 @@ static int start_client(int argc, char *argv[])
        if (DEBUG_GTE(CMD, 2)) {
                rprintf(FINFO,"cmd=%s machine=%s user=%s path=%s\n",
                        NS(shell_cmd), NS(shell_machine), NS(shell_user),
        if (DEBUG_GTE(CMD, 2)) {
                rprintf(FINFO,"cmd=%s machine=%s user=%s path=%s\n",
                        NS(shell_cmd), NS(shell_machine), NS(shell_user),
-                       remote_argv ? NS(remote_argv[0]) : "");
+                       NS(remote_argv[0]));
        }
 
        pid = do_cmd(shell_cmd, shell_machine, shell_user, remote_argv, remote_argc,
        }
 
        pid = do_cmd(shell_cmd, shell_machine, shell_user, remote_argv, remote_argc,