X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/59c95e4243749273fe91f8197a39f89e4d905cb8..ad301e487c1b50120d7ca1a9c7cc5fe80f50b944:/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;