]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/runscript.c
o fix : restore a crypted stream on a fd witch doen't define keys cause
[bacula/bacula] / bacula / src / lib / runscript.c
index 8b9b92c6ae18b7695511bc45974b7e66727cde2e..aeb99c4e8ef7ec416b77f7136970ada885b9f847 100644 (file)
@@ -25,8 +25,6 @@
 #include "bacula.h"
 #include "jcr.h"
 
-#define USE_RUNSCRIPT
-
 #include "runscript.h"
 
 RUNSCRIPT *new_runscript()
@@ -54,6 +52,7 @@ void RUNSCRIPT::reset_default(bool free_strings)
    on_failure = false;
    abort_on_error = true;
    when = SCRIPT_Never;
+   old_proto = false;        /* TODO: drop this with bacula 1.42 */
 }
 
 RUNSCRIPT *copy_runscript(RUNSCRIPT *src)
@@ -122,7 +121,6 @@ int run_scripts(JCR *jcr, alist *runscripts, const char *label)
                                                                                 script->on_success,
                                                                                 script->on_failure,
                                                                                 jcr->JobStatus );
-           script->when ^= SCRIPT_After; /* reset SCRIPT_After bit */
            runit = true;
         }
       }