From: Eric Bollengier Date: Thu, 4 Feb 2010 12:40:13 +0000 (+0100) Subject: Update the bsock error url X-Git-Tag: Release-5.0.1~134 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5feed2a840bf6181d32128993d92c754008c35f7;p=bacula%2Fbacula Update the bsock error url --- diff --git a/bacula/src/lib/bsock.c b/bacula/src/lib/bsock.c index a2e3bb275c..4c790d0cf6 100644 --- a/bacula/src/lib/bsock.c +++ b/bacula/src/lib/bsock.c @@ -1021,7 +1021,7 @@ bail_out: bsnprintf(msg, msglen, _("Authorization problem with Director at \"%s:%d\"\n" "Most likely the passwords do not agree.\n" "If you are using TLS, there may have been a certificate validation error during the TLS handshake.\n" - "Please see http://www.bacula.org/en/rel-manual/Bacula_Freque_Asked_Questi.html#SECTION003760000000000000000 for help.\n"), + "Please see http://www.bacula.org/5.0.x-manuals/Auth-Error for help.\n"), dir->host(), dir->port()); return false; }