Make some RERR_* choices better, and another noop_io_until_death() tweak.
[rsync/rsync.git] / main.c
diff --git a/main.c b/main.c
index 00da2db..038214f 100644 (file)
--- a/main.c
+++ b/main.c
@@ -404,7 +404,7 @@ static pid_t do_cmd(char *cmd, char *machine, char *user, char **remote_argv, in
                        cmd = rsh_env;
                if (!cmd)
                        cmd = RSYNC_RSH;
-               cmd = strdup(cmd); /* MEMORY LEAK */
+               cmd = strdup(cmd); /*MEMORY LEAK*/
                if (!cmd)
                        goto oom;