Rev 135: stop the client looping (temporary measure) in http://samba.org/~tridge/ctdb

tridge at samba.org tridge at samba.org
Tue Apr 17 07:10:50 GMT 2007


------------------------------------------------------------
revno: 135
revision-id: tridge at samba.org-20070417071050-c8861238e166d467
parent: tridge at samba.org-20070417065403-79322cc42ed74b71
committer: Andrew Tridgell <tridge at samba.org>
branch nick: tridge
timestamp: Tue 2007-04-17 17:10:50 +1000
message:
  stop the client looping (temporary measure)
modified:
  common/ctdb_client.c           ctdb_client.c-20070411010216-3kd8v37k61steeya-1
=== modified file 'common/ctdb_client.c'
--- a/common/ctdb_client.c	2007-04-17 06:34:53 +0000
+++ b/common/ctdb_client.c	2007-04-17 07:10:50 +0000
@@ -95,6 +95,7 @@
 
 	if (cnt < sizeof(*hdr)) {
 		ctdb_set_error(ctdb, "Bad packet length %d in client\n", cnt);
+		exit(1);
 		return;
 	}
 	hdr = (struct ctdb_req_header *)data;



More information about the samba-cvs mailing list