From: Eric Bollengier Date: Fri, 3 Jun 2011 17:51:47 +0000 (+0200) Subject: Fix debug code X-Git-Tag: Release-7.0.0~909 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c1cf1ff3a6afa350f92b49de2f49cdf25df773a5;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) {