]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl fix segfault #907
authorEric Bollengier <eric@eb.homelinux.org>
Sat, 28 Jul 2007 10:12:44 +0000 (10:12 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Sat, 28 Jul 2007 10:12:44 +0000 (10:12 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5256 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/patches/testing/eblstodo
bacula/src/dird/ua_run.c
bacula/technotes-2.1

index d38c1eb6d88245bd351055a64be319235ea1d290..cda8410d24f6287f6ae47c4b984a8f6d8133b622 100644 (file)
@@ -60,3 +60,6 @@ bacula :
  - Utiliser la lib pcre
  - Rendre les scripts bacula-ctl-xxx LSB
  - Pouvoir utiliser les uid numeriques dans le backup des acl
+ - Avoir un script qui dump la configuration pour faire
+   des bug reports
+
index e370f3f6344aef1ebb47e6212fdff55280af585e..5baf9d9c6a03e182defef81187f8da33c5b9726d 100644 (file)
@@ -1209,7 +1209,7 @@ static bool scan_command_line_arguments(UAContext *ua, run_ctx &rc)
    }
    if (!rc.store->store) {
       ua->error_msg(_("No storage specified.\n"));
-      return true;
+      return false;
    } else if (!acl_access_ok(ua, Storage_ACL, rc.store->store->name())) {
       ua->error_msg(_("No authorization. Storage \"%s\".\n"),
                rc.store->store->name());
index de0940c58288c70865c33a7a11ce4a488e0b0bee..84fa959895acd45aabea404421abc6cc6e87c6be 100644 (file)
@@ -1,7 +1,8 @@
               Technical notes on version 2.1
 
 General:
-28Jul07
+28Jui07
+ebl  Fix a director segfault during job setup #907
 kes  Correct seg fault in postgresql when first operation returns no
      rows.  Fixes Dirks File browser problem seg fault with bat.
 25Jul07