From: Wayne Davison Date: Thu, 7 Dec 2006 06:22:22 +0000 (+0000) Subject: Added missing initialization of new solo_file variable. X-Git-Tag: v3.0.0pre1~507 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11832604264e49a6399352020fefa240a881b144;p=thirdparty%2Frsync.git Added missing initialization of new solo_file variable. --- diff --git a/generator.c b/generator.c index 6d279f1f..abdbaaf8 100644 --- a/generator.c +++ b/generator.c @@ -1613,6 +1613,7 @@ void generate_files(int f_out, struct file_list *flist, char *local_name) maybe_ATTRS_REPORT = ATTRS_REPORT; code = FINFO; } + solo_file = local_name != NULL; if (verbose > 2) { rprintf(FINFO, "generator starting pid=%ld count=%d\n",