Rev 612: fixed return code in http://samba.org/~tridge/ctdb

tridge at samba.org tridge at samba.org
Thu Sep 13 00:02:56 GMT 2007


------------------------------------------------------------
revno: 612
revision-id: tridge at samba.org-20070913000256-tgqpmcds3uoei7oe
parent: tridge at samba.org-20070912032624-mvqejao5icdy4nj2
committer: Andrew Tridgell <tridge at samba.org>
branch nick: tridge.test2
timestamp: Thu 2007-09-13 10:02:56 +1000
message:
  fixed return code
modified:
  tools/ctdb.c                   ctdb_control.c-20070426122705-9ehj1l5lu2gn9kuj-1
=== modified file 'tools/ctdb.c'
--- a/tools/ctdb.c	2007-09-07 06:45:19 +0000
+++ b/tools/ctdb.c	2007-09-13 00:02:56 +0000
@@ -375,7 +375,7 @@
 		return ret;
 	}
 
-	return -1;
+	return 0;
 }
 
 



More information about the samba-cvs mailing list