]> git.sur5r.net Git - bacula/bacula/commitdiff
Update the bsock error url
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 4 Feb 2010 12:40:13 +0000 (13:40 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 4 Feb 2010 12:40:13 +0000 (13:40 +0100)
bacula/src/lib/bsock.c

index a2e3bb275c47f9fa63ec0a7bb0f6df04b8f49459..4c790d0cf62be9d621e1ed57964e6a88644c5059 100644 (file)
@@ -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;
 }