Plan 9 from Bell Labs 1998-04-06
1 files changed, 1 insertions(+), 1 deletions(-) M port/auth.c
M port/auth.c => port/auth.c +1 -1
@@ 489,7 489,7 @@ authcheckread(Chan *c, char *a, int n) cp = c->aux; if(cp == nil) error(Ebadarg); - if(n < TICKETLEN)) + if(n < TICKETLEN) error(Ebadarg); convT2M(&cp->t, a, nil); return sizeof(cp->t);