aboutgitcodebugslistschat
path: root/pif.c
diff options
context:
space:
mode:
Diffstat (limited to 'pif.c')
-rw-r--r--pif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pif.c b/pif.c
index db447b4..3d7a90e 100644
--- a/pif.c
+++ b/pif.c
@@ -82,7 +82,7 @@ int pif_sock_l4(const struct ctx *c, enum epoll_type type, uint8_t pif,
ASSERT(pif_is_socket(pif));
if (!addr) {
- ref.fd = sock_l4_dualstack(c, type, port, ifname);
+ ref.fd = sock_l4_dualstack_any(c, type, port, ifname);
} else {
union sockaddr_inany sa;