|
From: <gi...@ba...> - 2012-11-25 08:05:47
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Bacula Community source".
The branch, Branch-5.2 has been updated
via 4ee36079993d5c7ea0c268004110a3f59a01624f (commit)
from 041c814390b77a0882ca6d154a4980c343db7d1c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 4ee36079993d5c7ea0c268004110a3f59a01624f
Author: Marco van Wieringen <mv...@pl...>
Date: Sat Nov 24 09:53:30 2012 +0100
Fix bug #1956 Authorization Errors false
The url used for the Authorization Errors messages is false
and doesn't take you to the right FAQ.
-----------------------------------------------------------------------
Summary of changes:
diff --git a/bacula/src/baconfig.h b/bacula/src/baconfig.h
index cbcd954..38b6a11 100644
--- a/bacula/src/baconfig.h
+++ b/bacula/src/baconfig.h
@@ -58,7 +58,7 @@
#define ioctl_req_t int
#endif
-#define MANUAL_AUTH_URL "http://www.bacula.org/en/rel-manual/Bacula_Freque_Asked_Questi.html#SECTION003760000000000000000"
+#define MANUAL_AUTH_URL "http://www.bacula.org/en/rel-manual/Bacula_Freque_Asked_Questi.html#SECTION00260000000000000000"
#ifdef PROTOTYPES
# define __PROTO(p) p
hooks/post-receive
--
Bacula Community source
|