~kris/9p

9hist

0c564528bdc57432b10f03cdfc1b0729e68ab151 — David du Colombier 33 years ago e374666
Plan 9 from Bell Labs 1993-07-01
1 files changed, 1 insertions(+), 1 deletions(-)

M port/devsrv.c
M port/devsrv.c => port/devsrv.c +1 -1
@@ 165,7 165,7 @@ srvremove(Chan *c)
		if(sp->path == c->qid.path)
			break;

		l = &srv->link;
		l = &sp->link;
	}
	if(sp == 0)
		error(Enonexist);