Rev 136: update destination in a redirect reply in http://samba.org/~tridge/ctdb

tridge at samba.org tridge at samba.org
Tue Apr 17 07:11:12 GMT 2007


------------------------------------------------------------
revno: 136
revision-id: tridge at samba.org-20070417071112-06cbeeb23d25fafa
parent: tridge at samba.org-20070417071050-c8861238e166d467
committer: Andrew Tridgell <tridge at samba.org>
branch nick: tridge
timestamp: Tue 2007-04-17 17:11:12 +1000
message:
  update destination in a redirect reply
modified:
  common/ctdb_call.c             ctdb_call.c-20061128065342-to93h6eejj5kon81-1
=== modified file 'common/ctdb_call.c'
--- a/common/ctdb_call.c	2007-04-17 06:54:03 +0000
+++ b/common/ctdb_call.c	2007-04-17 07:11:12 +0000
@@ -529,6 +529,7 @@
 
 	/* send it off again */
 	state->node = ctdb->nodes[c->dmaster];
+	state->c->hdr.destnode = c->dmaster;
 
 	ctdb_queue_packet(ctdb, &state->c->hdr);
 }



More information about the samba-cvs mailing list