]> git.kernelconcepts.de Git - karo-tx-redboot.git/blobdiff - packages/net/bsd_tcpip/v2_0/src/sys/netinet6/in6_pcb.c
unified MX27, MX25, MX37 trees
[karo-tx-redboot.git] / packages / net / bsd_tcpip / v2_0 / src / sys / netinet6 / in6_pcb.c
index 3e331556d5cbc9ee153b10c727053e19306ae7da..496a5c66b98ac29d4e74a4b631d8fe6a1cc3c550 100644 (file)
@@ -586,7 +586,7 @@ in6_pcbdetach(inp)
 #endif /* IPSEC */
        inp->inp_gencnt = ++ipi->ipi_gencnt;
        in_pcbremlists(inp);
-       sotoinpcb(so) = 0;
+       so->so_pcb = 0;
        sofree(so);
 
        if (inp->in6p_inputopts) /* Free all received options. */