mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
plumber: comment out bogus user name check
R=rsc http://codereview.appspot.com/2295043
This commit is contained in:
parent
873e5f5094
commit
a6ba36b663
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue