Plan 9 from Bell Labs 1995-04-14
1 files changed, 2 insertions(+), 1 deletions(-) M port/auth.c
M port/auth.c => port/auth.c +2 -1
@@ 127,7 127,8 @@ sysfsession(ulong *arg) while(!canlock(&s->send)) sched(); - if(s->valid == 0){ + if(s->valid == 0 && (c->flag & CMSG) == 0){ + /* * Exchange a session message with the server. * If an error occurs reading or writing,