summaryrefslogtreecommitdiffstats
path: root/lib/route/link.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/route/link.c')
-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 d2ae816..cf488e5 100644
--- a/lib/route/link.c
+++ b/lib/route/link.c
@@ -956,7 +956,7 @@ int rtnl_link_change(struct nl_sock *sk, struct rtnl_link *old,
if (err < 0)
return err;
- return nl_wait_for_ack(sk);
+ return wait_for_ack(sk);
}
/** @} */