From 11832604264e49a6399352020fefa240a881b144 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 7 Dec 2006 06:22:22 +0000 Subject: [PATCH] Added missing initialization of new solo_file variable. --- generator.c | 1 + 1 file changed, 1 insertion(+) 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", -- 2.34.1