From a919f6927a4dd30a41beb7f1a59d23333250ae9d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 13 Sep 2007 10:02:56 +1000 Subject: [PATCH] fixed return code (This used to be ctdb commit 30165b5a19f9bd9d1f62c9c222df0711c1c6a927) --- ctdb/tools/ctdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctdb/tools/ctdb.c b/ctdb/tools/ctdb.c index 1da8a32d09e..ca10aed0cce 100644 --- a/ctdb/tools/ctdb.c +++ b/ctdb/tools/ctdb.c @@ -375,7 +375,7 @@ static int kill_tcp(struct ctdb_context *ctdb, int argc, const char **argv) return ret; } - return -1; + return 0; } -- 2.47.3