1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-19 18:50:24 +03:00

update the vnn as well when getting the connection information

(This used to be ctdb commit 25f36f7edaa56a16692949d6750b65d74bf4218f)
This commit is contained in:
Andrew Tridgell 2007-04-21 23:24:39 +02:00
parent 531f8237eb
commit 9398d48c54

View File

@ -45,6 +45,7 @@ static void ctdb_reply_connect_wait(struct ctdb_context *ctdb,
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;
}