patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to add
[rsync/rsync.git] / loadparm.c
index 8fe8e8d..6814d13 100644 (file)
@@ -151,7 +151,7 @@ static service sDefault =
        NULL,    /* secrets file */
        NULL,    /* exclude */
        NULL,    /* exclude from */
-       "%o %h [%a] %m (%u) %f %l ",    /* log format */
+       "%o %h [%a] %m (%u) %f %l",    /* log format */
 };
 
 
@@ -358,7 +358,7 @@ static void string_set(char **s, char *v)
                return;
        }
        *s = strdup(v);
-       if (!*s) exit_cleanup(1);
+       if (!*s) exit_cleanup(RERR_MALLOC);
 }