From 0b83a4930181757642759b21a30e417d680916f8 Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Wed, 7 Dec 2011 18:40:55 +1100 Subject: Tests - make a comment more accurate Signed-off-by: Martin Schwenke (This used to be ctdb commit 726b598076132a5a73f9259d6b65ee2a4012099f) --- ctdb/tests/src/ctdb_takeover_tests.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ctdb/tests/src/ctdb_takeover_tests.c b/ctdb/tests/src/ctdb_takeover_tests.c index 19cb5a6f39..96cb9e5532 100644 --- a/ctdb/tests/src/ctdb_takeover_tests.c +++ b/ctdb/tests/src/ctdb_takeover_tests.c @@ -97,8 +97,7 @@ void ctdb_test_read_ctdb_public_ip_list(void) talloc_free(tmp_ctx); } -/* Format of each line is "IP pnn" - the separator has to be at least - * 1 space (not a tab or whatever - a space!). +/* Format of each line is "IP CURRENT_PNN ALLOWED_PNN,...". */ static bool read_ctdb_public_ip_info(TALLOC_CTX *ctx, -- cgit