Module Name: src Committed By: ozaki-r Date: Tue Oct 30 05:27:51 UTC 2018
Modified Files: src/sys/net: if.c Log Message: Remove a wrong assertion in ifaref Doing ifref on an ifa with IFA_DESTROYING is not a problem; the reference should be dropped during the destruction of the ifa. To generate a diff of this commit: cvs rdiff -u -r1.437 -r1.438 src/sys/net/if.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.