]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/inc_conf.c
Cleanup new timeout code for bconsole
[bacula/bacula] / bacula / src / dird / inc_conf.c
index ef15d3f2dd0a6e056e22e9a8af32b2fd773e612e..aedde440b4b6f399c4b6c03efabc5bfc893137e9 100644 (file)
@@ -588,7 +588,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);
 }