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:
parent
ece99c763a
commit
1a995ab51e
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user