From 81e22559122d879f86088c8c3ced132121fbefac Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Wed, 8 Aug 2018 17:03:05 +0200 Subject: [PATCH] Update a comment --- common/fko_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/fko_util.c b/common/fko_util.c index 40a28398..3571bd65 100644 --- a/common/fko_util.c +++ b/common/fko_util.c @@ -125,7 +125,7 @@ is_valid_encoded_msg_len(const int len) return(1); } -/* Validate an IPv4 address +/* Validate an IP address */ int is_valid_ip_addr(const char * const ip_str, const int len, const int family)