From 9842ff1ae65385287647a3211f89dde10f9c7e45 Mon Sep 17 00:00:00 2001 From: David du Colombier Date: Thu, 17 Mar 2011 10:40:28 +0100 Subject: [PATCH] [MINOR] update comment about IPv6 support for server --- src/cfgparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cfgparse.c b/src/cfgparse.c index dcea0f2179..a27ef9880b 100644 --- a/src/cfgparse.c +++ b/src/cfgparse.c @@ -3958,7 +3958,7 @@ stats_error_parsing: newsrv->id = strdup(args[1]); /* several ways to check the port component : - * - IP => port=+0, relative + * - IP => port=+0, relative (IPv4 only) * - IP: => port=+0, relative * - IP:N => port=N, absolute * - IP:+N => port=+N, relative -- 2.47.3