summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2009-12-12 15:51:03 -0800
committerWayne Davison <wayned@samba.org>2009-12-12 15:51:03 -0800
commit7d0fe4da7028cae3c4521139fa706d26924b977b (patch)
treea42521e8fdd83cbbe79d246dfd757fe4acfcd4fc /main.c
parent763880ba81b469955b8653b0bb61a69d75cec0e8 (diff)
downloadrsync-7d0fe4da7028cae3c4521139fa706d26924b977b.tar.gz
Fix checker compile warning.
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index a2bf0107..ebfadd24 100644
--- 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),
- remote_argv ? NS(remote_argv[0]) : "");
+ NS(remote_argv[0]));
}
pid = do_cmd(shell_cmd, shell_machine, shell_user, remote_argv, remote_argc,