------------------------------------------------------------
revno: 176
revision-id: [EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
committer: Andrew Tridgell <[EMAIL PROTECTED]>
branch nick: tridge
timestamp: Sat 2007-04-21 23:24:39 +0200
message:
  update the vnn as well when getting the connection information
modified:
  common/ctdb_client.c           ctdb_client.c-20070411010216-3kd8v37k61steeya-1
=== modified file 'common/ctdb_client.c'
--- a/common/ctdb_client.c      2007-04-21 07:22:46 +0000
+++ b/common/ctdb_client.c      2007-04-21 21:24:39 +0000
@@ -45,6 +45,7 @@
                                    struct ctdb_req_header *hdr)
 {
        struct ctdb_reply_connect_wait *r = (struct ctdb_reply_connect_wait 
*)hdr;
+       ctdb->vnn = r->vnn;
        ctdb->num_connected = r->num_connected;
 }
 

Reply via email to