]> git.sur5r.net Git - bacula/bacula/commitdiff
Correct Qmsg() that was not updated correctly when committing a
authorKern Sibbald <kern@sibbald.com>
Sat, 24 Mar 2007 22:04:21 +0000 (22:04 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 24 Mar 2007 22:04:21 +0000 (22:04 +0000)
     previous change (probably the recent TLS patch).

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4409 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/lib/bnet.c
bacula/src/version.h
bacula/technotes-2.1

index e874fcee4fb28231f00f402b97fe858285b77e2b..1412cb0f6e710801ec94a16618d957ccccc83449 100644 (file)
@@ -424,9 +424,9 @@ bool bnet_tls_client(TLS_CONTEXT *ctx, BSOCK * bsock, alist *verify_list)
     * certificate's CN. Otherwise, we use standard host/CN matching. */
    if (verify_list) {
       if (!tls_postconnect_verify_cn(tls, verify_list)) {
-         Qmsg1(bsock->jcr, M_FATAL, 0, _("TLS certificate verification failed."
+         Qmsg1(bsock->jcr(), M_FATAL, 0, _("TLS certificate verification failed."
                                          " Peer certificate did not match a required commonName\n"),
-                                         bsock->host);
+                                         bsock->host());
          goto err;
       }
    } else {
index f2979fedd0d0b6259c922b8b0a37fc11471e8ec7..0633a26d944f0bc2b4baedddf79a2260da1301fe 100644 (file)
@@ -4,8 +4,8 @@
 
 #undef  VERSION
 #define VERSION "2.1.6"
-#define BDATE   "22 March 2007"
-#define LSMDATE "22Mar07"
+#define BDATE   "24 March 2007"
+#define LSMDATE "24Mar07"
 
 #define PROG_COPYRIGHT "Copyright (C) %d-2007 Free Software Foundation Europe e.V.\n"
 #define BYEAR "2007"       /* year for copyright messages in progs */
index 869037f85fb5fcb2344759c1fc5ac0b3b4679e6f..3eb85e702eaa026d9ee699384222ed17de4f8dd2 100644 (file)
@@ -1,6 +1,9 @@
               Technical notes on version 2.1
 
 General:
+24Mar07
+kes  Correct Qmsg() that was not updated correctly when committing a
+     previous change (probably the recent TLS patch).
 23Mar07
 kes  Write new subroutine is_volume_purged() that explicitly checks
      if the Volume is purged, and if so marks it as such. This should