mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-01-20 04:59:25 +02:00
Add missing parens.
This commit is contained in:
parent
5ee8388f48
commit
7364d859da
@ -292,7 +292,7 @@ tlsClientOpen(TlsClient *this)
|
|||||||
// Set hits that narrow the type of address we are looking for -- we'll take ipv4 or ipv6
|
// Set hits that narrow the type of address we are looking for -- we'll take ipv4 or ipv6
|
||||||
struct addrinfo hints;
|
struct addrinfo hints;
|
||||||
|
|
||||||
memset(&hints, 0, sizeof hints);
|
memset(&hints, 0, sizeof(hints));
|
||||||
hints.ai_family = AF_UNSPEC;
|
hints.ai_family = AF_UNSPEC;
|
||||||
hints.ai_socktype = SOCK_STREAM;
|
hints.ai_socktype = SOCK_STREAM;
|
||||||
hints.ai_protocol = IPPROTO_TCP;
|
hints.ai_protocol = IPPROTO_TCP;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user