Skip to content
Snippets Groups Projects
Commit 53ac502a authored by Andrew Collins's avatar Andrew Collins Committed by Thomas Graf
Browse files

Handle -NLE_AGAIN in nl_cache_mngr_data_ready


Since commit "nl: Return -NLE_AGAIN if non-blocking socket would block",
nl_cache_mngr_data_ready returns -NLE_AGAIN to callers on non-blocking sockets.
Change it to consider -NLE_AGAIN as a non-error case as it is expected behavior
with the nl_recv changes.

Signed-off-by: default avatarThomas Graf <tgraf@suug.ch>
parent 87bbfb6b
Branches
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment