From 073c91c18b36cb85fe292ed0583045b6595c937a Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Sun, 30 Sep 2001 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 2001-09-30 --- port/auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/port/auth.c b/port/auth.c index 0dc3357cf96210bf602577bf2ec990df6a3cd1e6..4b99fb22ac51bee24296ac3764034f596f6df258 100644 --- a/port/auth.c +++ b/port/auth.c @@ -101,7 +101,7 @@ sysfauth(ulong *arg) long userwrite(char *a, int n) { - if(!iseve() || strcmp(a, "none") != 0) + if(strcmp(a, "none") != 0) error(Eperm); kstrdup(&up->user, "none"); up->basepri = PriNormal;