]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/inc_conf.c
Fix bug #1367 by creating an empty query.sql file
[bacula/bacula] / bacula / src / dird / inc_conf.c
index 5f34d8f00c9a52abc0a80a2f3daf46d8d7bed7de..c9e4333c30f30fdb759fcf53dd15045aab7f7c1b 100644 (file)
@@ -597,7 +597,7 @@ static void store_excludedir(LEX *lc, RES_ITEM2 *item, int index, int pass, bool
    }
    token = lex_get_token(lc, T_NAME);
    if (pass == 1) {
-      res_incexe.current_opts->ignoredir = bstrdup(lc->str);
+      res_incexe.ignoredir = bstrdup(lc->str);
    }
    scan_to_eol(lc);
 }