Added missing initialization of new solo_file variable.
authorWayne Davison <wayned@samba.org>
Thu, 7 Dec 2006 06:22:22 +0000 (06:22 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 7 Dec 2006 06:22:22 +0000 (06:22 +0000)
generator.c

index 6d279f1..abdbaaf 100644 (file)
@@ -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",