------------------------------------------------------------
revno: 135
revision-id: [EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
committer: Andrew Tridgell <[EMAIL PROTECTED]>
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;

Reply via email to