diff options
author | Volker Lendecke <vl@samba.org> | 2010-02-07 17:53:29 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-02-13 13:25:03 +0100 |
commit | 1a995ab51e1ce236d713e20e264b8c65146b8ec4 (patch) | |
tree | 140dc6c91437e5549a6117e7ede3bad9e4aee51e /lib/util/util_net.c | |
parent | ece99c763acdc8a9b98ace4b8b08dfccbb1c9cb3 (diff) | |
download | samba-1a995ab51e1ce236d713e20e264b8c65146b8ec4.tar.gz samba-1a995ab51e1ce236d713e20e264b8c65146b8ec4.tar.xz samba-1a995ab51e1ce236d713e20e264b8c65146b8ec4.zip |
s3: Fix a typo
Diffstat (limited to 'lib/util/util_net.c')
-rw-r--r-- | lib/util/util_net.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/util_net.c b/lib/util/util_net.c index 0ce495e57c..b537e59316 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, |