From 6130ddb5ccfa6e667f9a452999df55fb7cd47d9e Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Sat, 28 Aug 1999 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 1999-08-28 --- port/netif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/port/netif.c b/port/netif.c index 41ec7cbed6c73e24289f2125a4f85d9cc45d0438..70432e79f87ae698c049d5cfca3f46a7e26cb6b6 100644 --- a/port/netif.c +++ b/port/netif.c @@ -58,7 +58,7 @@ netifgen(Chan *c, Dirtab *vp, int, int i, Dir *dp) /* second level contains clone plus all the conversations */ t = NETTYPE(c->qid.path); - if(t == N2ndqid || t == Ncloneqid){ + if(t == N2ndqid || t == Ncloneqid || t == Naddrqid){ switch(i) { case 0: q.path = Ncloneqid;