in_pcbladdr: remove debug code that snuck in with ifa epoch conversion r334118

This commit is contained in:
Matt Macy 2018-05-27 06:47:09 +00:00
parent 260785fe60
commit 62d733a11d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=334253

View File

@ -839,7 +839,6 @@ in_pcbladdr(struct inpcb *inp, struct in_addr *faddr, struct in_addr *laddr,
}
if (ia == NULL) {
printf("ifa_ifwithnet failed\n");
error = ENETUNREACH;
goto done;
}