mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
netifyd: Updated to v3.00
Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
--- a/src/nd-netlink.cpp
|
||||
+++ b/src/nd-netlink.cpp
|
||||
@@ -144,7 +144,7 @@ ndNetlink::ndNetlink(const nd_ifaces &ifaces)
|
||||
throw ndNetlinkException(strerror(rc));
|
||||
}
|
||||
|
||||
- if (bind(nd,
|
||||
+ if (::bind(nd,
|
||||
(struct sockaddr *)&sa, sizeof(struct sockaddr_nl)) < 0) {
|
||||
rc = errno;
|
||||
nd_printf("Error binding netlink socket: %s\n", strerror(rc));
|
||||
Reference in New Issue
Block a user