1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-20 22:50:26 +03:00

s3: Fix a typo

This commit is contained in:
Volker Lendecke 2010-02-07 17:53:29 +01:00
parent ece99c763a
commit 1a995ab51e

View File

@ -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,