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:
parent
5d8bf8e781
commit
6fce6e419a
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user