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 f00022e commit 535134bCopy full SHA for 535134b
src/network/networkd-ndisc.c
@@ -823,7 +823,7 @@ DEFINE_PRIVATE_HASH_OPS_WITH_KEY_DESTRUCTOR(
823
NDiscCaptivePortal,
824
ndisc_captive_portal_hash_func,
825
ndisc_captive_portal_compare_func,
826
- free);
+ ndisc_captive_portal_free);
827
828
static int ndisc_router_process_captive_portal(Link *link, sd_ndisc_router *rt) {
829
_cleanup_(ndisc_captive_portal_freep) NDiscCaptivePortal *new_entry = NULL;
0 commit comments