From: Eric Bollengier Date: Sat, 28 Jul 2007 10:12:44 +0000 (+0000) Subject: ebl fix segfault #907 X-Git-Tag: Release-7.0.0~5930 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=cecf8647031f007f4c831adff409d44fd58767b2;p=bacula%2Fbacula ebl fix segfault #907 git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5256 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/patches/testing/eblstodo b/bacula/patches/testing/eblstodo index d38c1eb6d8..cda8410d24 100644 --- a/bacula/patches/testing/eblstodo +++ b/bacula/patches/testing/eblstodo @@ -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 + diff --git a/bacula/src/dird/ua_run.c b/bacula/src/dird/ua_run.c index e370f3f634..5baf9d9c6a 100644 --- a/bacula/src/dird/ua_run.c +++ b/bacula/src/dird/ua_run.c @@ -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()); diff --git a/bacula/technotes-2.1 b/bacula/technotes-2.1 index de0940c582..84fa959895 100644 --- a/bacula/technotes-2.1 +++ b/bacula/technotes-2.1 @@ -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