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);