]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix debug code
authorEric Bollengier <eric@eb.homelinux.org>
Fri, 3 Jun 2011 17:51:47 +0000 (19:51 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:44:40 +0000 (14:44 +0200)
bacula/src/filed/job.c

index 1820fc98506d243e2f31f25342502ec78e9f0381..e706d9f0719eee8ef36193ee0f5f6da76152b7ec 100644 (file)
@@ -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) {