add missing mutex unlock.

This commit is contained in:
Hajimu UMEMOTO 2005-04-05 17:13:28 +00:00
parent 0d49a5c910
commit 78ebcde839

View File

@ -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);