From: Eric Bollengier Date: Fri, 3 Jun 2011 17:51:47 +0000 (+0200) Subject: Fix debug code X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=12874ee91f7b6608c50ab4eecf168b42ef051e88;p=bacula%2Fbacula Fix debug code --- diff --git a/bacula/src/filed/job.c b/bacula/src/filed/job.c index 1820fc9850..e706d9f071 100644 --- a/bacula/src/filed/job.c +++ b/bacula/src/filed/job.c @@ -1233,7 +1233,7 @@ static bool term_fileset(JCR *jcr) } } dlistString *node; - foreach_dlist(node, incexe->name_list) { + foreach_dlist(node, &incexe->name_list) { Dmsg1(400, "F %s\n", node->c_str()); } foreach_dlist(node, &incexe->plugin_list) {