diff options
author | Michael Adam <obnox@samba.org> | 2012-10-17 14:21:33 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-10-17 21:56:58 +0200 |
commit | 6372592982fd7302524bb9926f56029c57fe2037 (patch) | |
tree | 83abf3b5cb3840fc7394de1b6aacd4f28b95a160 | |
parent | cc763c455d62d2f00e4bb18362191cd67cc50123 (diff) | |
download | samba-6372592982fd7302524bb9926f56029c57fe2037.tar.gz samba-6372592982fd7302524bb9926f56029c57fe2037.tar.xz samba-6372592982fd7302524bb9926f56029c57fe2037.zip |
config/functions: fix a comment
ctdb_check_counter_limits does not fail but succeed if count >= limit
Signed-off-by: Michael Adam <obnox@samba.org>
(This used to be ctdb commit af540ef728303b4a0a188b17c695e9aefab34489)
-rwxr-xr-x | ctdb/config/functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/config/functions b/ctdb/config/functions index 32c6f4a14a..5a86882666 100755 --- a/ctdb/config/functions +++ b/ctdb/config/functions @@ -929,7 +929,7 @@ delete_ip_from_iface() # usage: ctdb_counter_init # ctdb_counter_incr # ctdb_check_counter_limit <limit> -# ctdb_check_counter_limit succeeds when count >= <limit> +# ctdb_check_counter_limit fails when count >= <limit> ######################################################## _ctdb_counter_common () { _service_name="${1:-${service_name}}" |