From e9931ca6417fa55b89726f9b0665480dae8932a9 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Sun, 10 Jun 2001 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 2001-06-10 --- port/netif.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/port/netif.c b/port/netif.c index a7f9c22dafb4c8d249d13d33fdd05f3586fe1790..fc42da0af7f9c5412866e598e15d89b99ca982ad 100644 --- a/port/netif.c +++ b/port/netif.c @@ -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);