]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
remove test code in the fetch test to keep the daemons running forever
authorRonnie Sahlberg <sahlberg@ronnie>
Wed, 2 May 2007 01:09:10 +0000 (11:09 +1000)
committerRonnie Sahlberg <sahlberg@ronnie>
Wed, 2 May 2007 01:09:10 +0000 (11:09 +1000)
(so one has lots of tiume to play with ctdb_control)

(This used to be ctdb commit 8fbaf82a7b3f0e62c887e91731ad8c659122c785)

ctdb/tests/ctdb_fetch.c

index 3f9de0a5288385410e2404b68ba3a56639eeb5f2..abf360d5319bccbb8218af58b6c6b3024d67b6ed 100644 (file)
@@ -243,10 +243,6 @@ int main(int argc, const char *argv[])
 
        printf("DATA:\n%s\n", (char *)call.reply_data.dptr);
 
-#if 1 
-/* to keep the cluster up so one can play with it using the controls */ 
-sleep(9999999);
-#endif
        /* go into a wait loop to allow other nodes to complete */
        ctdb_shutdown(ctdb);