1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

update destination in a redirect reply

(This used to be ctdb commit b2836974ad270e823c630e3acf12327b53c37d88)
This commit is contained in:
Andrew Tridgell 2007-04-17 17:11:12 +10:00
parent 5d8bf8e781
commit 6fce6e419a

View File

@ -529,6 +529,7 @@ void ctdb_reply_redirect(struct ctdb_context *ctdb, struct ctdb_req_header *hdr)
/* send it off again */
state->node = ctdb->nodes[c->dmaster];
state->c->hdr.destnode = c->dmaster;
ctdb_queue_packet(ctdb, &state->c->hdr);
}