]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/console/conio.c
Fix reporting jobs from state file + misc
[bacula/bacula] / bacula / src / console / conio.c
index c2f7003e45eb391851b644bcd2330f13723016c7..443ced781234ab5bbf757b0452aea9f37694fa7b 100755 (executable)
@@ -987,7 +987,7 @@ void clrbrk()
 /* Interrupt caught here */
 static void sigintcatcher(int sig)
 {
-   brkflg = 1;
+   brkflg++;
    signal(SIGINT, sigintcatcher);
 }