plumber: comment out bogus user name check
R=rsc http://codereview.appspot.com/2295043
This commit is contained in:
parent
873e5f5094
commit
a6ba36b663
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user