Rev 176: update the vnn as well when getting the connection information in http://samba.org/~tridge/ctdb

tridge at samba.org tridge at samba.org
Sat Apr 21 21:24:39 GMT 2007


------------------------------------------------------------
revno: 176
revision-id: tridge at samba.org-20070421212439-2d1ex491g730wizc
parent: tridge at samba.org-20070421080937-7af8c1af41f080eb
committer: Andrew Tridgell <tridge at samba.org>
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;
 }
 



More information about the samba-cvs mailing list