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:
parent
96c54c6188
commit
a919f6927a
@ -375,7 +375,7 @@ static int kill_tcp(struct ctdb_context *ctdb, int argc, const char **argv)
|
||||
return ret;
|
||||
}
|
||||
|
||||
return -1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user