We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26c9773 commit 4db7cb3Copy full SHA for 4db7cb3
src/libsystemd/sd-netlink/sd-netlink.c
@@ -477,7 +477,7 @@ int sd_netlink_call_async(
477
assert_return(!netlink_pid_changed(nl), -ECHILD);
478
479
if (hashmap_size(nl->reply_callbacks) >= REPLY_CALLBACKS_MAX)
480
- return -ERANGE;
+ return -EXFULL;
481
482
r = hashmap_ensure_allocated(&nl->reply_callbacks, &trivial_hash_ops);
483
if (r < 0)
0 commit comments