NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/51588: src/sys/netinet6/in6_pcb.c: poor logic ?



On Oct 31, 12:20pm, dcb314%hotmail.com@localhost (dcb314%hotmail.com@localhost) wrote:
-- Subject: kern/51588: src/sys/netinet6/in6_pcb.c: poor logic ?

| Source code is
| 
|         if (error != 0) {
|             if_put(ifp, &psref);
|             curlwp_bindx(bound);
|             if (error == 0)
|                 error = EADDRNOTAVAIL;
|             return (error);

Fixed, thanks!

christos


Home | Main Index | Thread Index | Old Index