~kris/9p

9hist

6130ddb5ccfa6e667f9a452999df55fb7cd47d9e — David du Colombier 27 years ago f0e881b
Plan 9 from Bell Labs 1999-08-28
1 files changed, 1 insertions(+), 1 deletions(-)

M port/netif.c
M port/netif.c => port/netif.c +1 -1
@@ 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;