diff options
| author | Wayne Davison <wayned@samba.org> | 2006-06-07 23:05:24 +0000 |
|---|---|---|
| committer | Wayne Davison <wayned@samba.org> | 2006-06-07 23:05:24 +0000 |
| commit | 6dc9b74bc661cf421dd2e9db0af9eb73824cced8 (patch) | |
| tree | ff68960b0603be070262510001c00436fab1ac5d /options.c | |
| parent | 04c841190f0ce5e89724d9221904c60e75988727 (diff) | |
| download | android_external_rsync-6dc9b74bc661cf421dd2e9db0af9eb73824cced8.tar.gz android_external_rsync-6dc9b74bc661cf421dd2e9db0af9eb73824cced8.tar.bz2 android_external_rsync-6dc9b74bc661cf421dd2e9db0af9eb73824cced8.zip | |
Call log_init() with its new "restart" (0 or 1) arg.
Diffstat (limited to 'options.c')
| -rw-r--r-- | options.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1327,7 +1327,7 @@ int parse_arguments(int *argc, const char ***argv, int frommain) if (logfile_format_has_i || log_format_has(logfile_format, 'o')) logfile_format_has_o_or_i = 1; } - log_init(); + log_init(0); } else if (!am_daemon) logfile_format = NULL; |
