]> 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 d40aef88bb605f1e7cf5f0008b9c74ea97f70b4e..443ced781234ab5bbf757b0452aea9f37694fa7b 100755 (executable)
@@ -9,7 +9,7 @@
         
 */
 /*
-   Copyright (C) 2000-2003 Kern Sibbald and John Walker
+   Copyright (C) 1981-2004 Kern Sibbald and John Walker
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
@@ -987,7 +987,7 @@ void clrbrk()
 /* Interrupt caught here */
 static void sigintcatcher(int sig)
 {
-   brkflg = 1;
+   brkflg++;
    signal(SIGINT, sigintcatcher);
 }