summaryrefslogtreecommitdiffhomepage
path: root/libs/luci-lib-ip/src/ip.c
diff options
context:
space:
mode:
Diffstat (limited to 'libs/luci-lib-ip/src/ip.c')
-rw-r--r--libs/luci-lib-ip/src/ip.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/luci-lib-ip/src/ip.c b/libs/luci-lib-ip/src/ip.c
index c799419e5..5bff693f6 100644
--- a/libs/luci-lib-ip/src/ip.c
+++ b/libs/luci-lib-ip/src/ip.c
@@ -1270,7 +1270,9 @@ static int link_get(lua_State *L)
lua_newtable(L);
nl_send_auto_complete(sock, msg);
- nl_recvmsgs(sock, cb);
+
+ while (st.pending > 0)
+ nl_recvmsgs(sock, cb);
nlmsg_free(msg);
nl_cb_put(cb);