mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
add missing mutex unlock.
This commit is contained in:
parent
0d49a5c910
commit
78ebcde839
1 changed files with 1 additions and 0 deletions
|
|
@ -2008,6 +2008,7 @@ _icmp_fqdn_query(const struct in6_addr *addr, int ifindex)
|
|||
return hc->hc_name; /* XXX: never freed */
|
||||
}
|
||||
}
|
||||
THREAD_UNLOCK();
|
||||
|
||||
ICMP6_FILTER_SETBLOCKALL(&filter);
|
||||
ICMP6_FILTER_SETPASS(ICMP6_FQDN_REPLY, &filter);
|
||||
|
|
|
|||
Loading…
Reference in a new issue