Plan 9 from Bell Labs 2001-06-10
1 files changed, 2 insertions(+), 0 deletions(-) M port/netif.c
M port/netif.c => port/netif.c +2 -0
@@ 401,6 401,8 @@ netifclose(Netif *nif, Chan *c) } f->owner[0] = 0; f->type = 0; + f->bridge = 0; + f->headersonly = 0; qclose(f->in); } qunlock(f);