commit a6ba36b663ae4903ef5cc692570af15a7fcf4fcc
parent 873e5f5094b404c7ac62830341eca4eacf8b4afa
Author: Russ Cox <rsc@swtch.com>
Date: Thu, 7 Oct 2010 03:31:19 -0400
plumber: comment out bogus user name check
R=rsc
http://codereview.appspot.com/2295043
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git 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;