From: Eric Bollengier Date: Fri, 12 Dec 2008 14:11:40 +0000 (+0000) Subject: ebl fix segfault with debug mode X-Git-Tag: Release-3.0.0~494 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fb7d97a275d52ec82129da4380e2f5c9e0055a72;p=bacula%2Fbacula ebl fix segfault with debug mode git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8146 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/stored/bscan.c b/bacula/src/stored/bscan.c index cf21278592..9aca445fa6 100644 --- a/bacula/src/stored/bscan.c +++ b/bacula/src/stored/bscan.c @@ -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; diff --git a/bacula/technotes-2.5 b/bacula/technotes-2.5 index 80fb9d632d..9463544758 100644 --- a/bacula/technotes-2.5 +++ b/bacula/technotes-2.5 @@ -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.