]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/dird.c
26May06
[bacula/bacula] / bacula / src / dird / dird.c
index a6e45638490fec3eb4cb02e001a3ec6f9dc019e9..57b5fee1ed324029be9074be3dcef3ce4bd5ea28 100644 (file)
@@ -401,7 +401,7 @@ void reload_config(int sig)
    reload_table[table].res_table = save_config_resources();
    Dmsg1(100, "Saved old config in table %d\n", table);
 
-   ok = parse_config(configfile, 0);  /* no exit on error */
+   ok = parse_config(configfile, 0, M_ERROR);  /* no exit on error */
 
    Dmsg0(100, "Reloaded config file\n");
    if (!ok || !check_resources()) {