From a6ba36b663ae4903ef5cc692570af15a7fcf4fcc Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Thu, 7 Oct 2010 03:31:19 -0400 Subject: plumber: comment out bogus user name check R=rsc http://codereview.appspot.com/2295043 --- src/cmd/plumb/fsys.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/cmd/plumb/fsys.c b/src/cmd/plumb/fsys.c index 8b9188be..51542674 100644 --- a/src/cmd/plumb/fsys.c +++ b/src/cmd/plumb/fsys.c @@ -574,10 +574,12 @@ fsysattach(Fcall *t, uchar *buf, Fid *f) { Fcall out; +/* if(strcmp(t->uname, user) != 0){ fsysrespond(&out, buf, Eperm); return t; } +*/ f->busy = 1; f->open = 0; f->qid.type = QTDIR; -- cgit v1.2.3