~kris/9p

9hist

9350f1d30fbd4843edb0df04dbab353026269916 — David du Colombier 31 years ago 8f0d5e1
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,