ports/net/yate/files/patch-modules_server_hep3__capture.cpp
Kevin Bowling 06b8caf756 net/yate: Fix fetch and update to 6.4.1git
This is still maintained and interesting as an alternate SIP stack and
legacy telephony protocols.
2024-05-11 21:30:32 -07:00

11 lines
365 B
C++

--- modules/server/hep3_capture.cpp.orig 2024-05-11 20:44:43 UTC
+++ modules/server/hep3_capture.cpp
@@ -421,7 +421,7 @@ static const TokenDict s_ipTypes[] = {
{"unspecified", AF_UNSPEC},
{"local", AF_LOCAL},
{"unix", AF_UNIX},
- {"file", AF_FILE},
+ {"file", AF_LOCAL},
{"ipv4", AF_INET},
{"IPv4", AF_INET},
{"ipv6", AF_INET6},