]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
fixed return code
authorAndrew Tridgell <tridge@samba.org>
Thu, 13 Sep 2007 00:02:56 +0000 (10:02 +1000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 13 Sep 2007 00:02:56 +0000 (10:02 +1000)
(This used to be ctdb commit 30165b5a19f9bd9d1f62c9c222df0711c1c6a927)

ctdb/tools/ctdb.c

index 1da8a32d09e72bd8996d5df046a01f4efd6a15af..ca10aed0cceb35da671941d8373a71c534b85495 100644 (file)
@@ -375,7 +375,7 @@ static int kill_tcp(struct ctdb_context *ctdb, int argc, const char **argv)
                return ret;
        }
 
-       return -1;
+       return 0;
 }