]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl fix segfault with debug mode
authorEric Bollengier <eric@eb.homelinux.org>
Fri, 12 Dec 2008 14:11:40 +0000 (14:11 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Fri, 12 Dec 2008 14:11:40 +0000 (14:11 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8146 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/stored/bscan.c
bacula/technotes-2.5

index cf21278592498bcc595bf007d8aaabfeccaa2eba..9aca445fa6c9d1073465b61b23c0da7d2bda15f9 100644 (file)
@@ -156,7 +156,7 @@ int main (int argc, char *argv[])
 
    OSDependentInit();
 
-   while ((ch = getopt(argc, argv, "b:c:dD:h:p:mn:pP:rsSt:u:vV:w:?")) != -1) {
+   while ((ch = getopt(argc, argv, "b:c:d:D:h:p:mn:pP:rsSt:u:vV:w:?")) != -1) {
       switch (ch) {
       case 'S' :
          showProgress = true;
index 80fb9d632d1b8c473af48bc83a011621e15a7343..94635447584fdecc0af7773eb6f95448b207b75b 100644 (file)
@@ -10,6 +10,8 @@ filepattern (restore with regex in bsr)
 mixed priorities
 
 General:
+12Dec08
+ebl  Fix segfault in bscan when using debug mode
 11Dec08
 kes  Fix configure to do minimum Win32 configure so that make clean
      works.