1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-03 12:58:35 +03:00

fixed return code

(This used to be ctdb commit 30165b5a19f9bd9d1f62c9c222df0711c1c6a927)
This commit is contained in:
Andrew Tridgell 2007-09-13 10:02:56 +10:00
parent 96c54c6188
commit a919f6927a

View File

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