X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/d53d7795ee771a149a6ae010107bf3bf6d7588d0..30e8c8e1e48088477f0befdd08922caa6919bc51:/options.c diff --git a/options.c b/options.c index 06b442c8..310e8a08 100644 --- a/options.c +++ b/options.c @@ -108,7 +108,7 @@ int suffix_specified = 0; char *backup_suffix = BACKUP_SUFFIX; char *tmpdir = NULL; char *compare_dest = NULL; -char *config_file = RSYNCD_CONF; +char *config_file = NULL; char *shell_cmd = NULL; char *log_format = NULL; char *password_file = NULL;