summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/route/link.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/route/link.c b/lib/route/link.c
index 0a17110..aea43b9 100644
--- a/lib/route/link.c
+++ b/lib/route/link.c
@@ -1025,7 +1025,7 @@ int rtnl_link_get_kernel(struct nl_sock *sk, int ifindex, const char *name,
/* If an object has been returned, we also need to wait for the ACK */
if (err == 0 && obj)
- nl_wait_for_ack(sk);
+ wait_for_ack(sk);
return 0;
}