From 1a995ab51e1ce236d713e20e264b8c65146b8ec4 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 7 Feb 2010 17:53:29 +0100 Subject: [PATCH] s3: Fix a typo --- lib/util/util_net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util/util_net.c b/lib/util/util_net.c index 0ce495e57cb..b537e59316b 100644 --- a/lib/util/util_net.c +++ b/lib/util/util_net.c @@ -54,7 +54,7 @@ bool interpret_string_addr_internal(struct addrinfo **ppres, hints.ai_socktype = SOCK_STREAM; hints.ai_flags = flags; - /* Linux man page on getaddinfo() says port will be + /* Linux man page on getaddrinfo() says port will be uninitialized when service string in NULL */ ret = getaddrinfo(str, NULL, -- 2.11.4.GIT