URI: 
       tplumber: comment out bogus user name check - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit a6ba36b663ae4903ef5cc692570af15a7fcf4fcc
   DIR parent 873e5f5094b404c7ac62830341eca4eacf8b4afa
  HTML 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:
         M src/cmd/plumb/fsys.c                |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/src/cmd/plumb/fsys.c b/src/cmd/plumb/fsys.c
       t@@ -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;