From 9637e2a312cf7fc6d4dbd3e3a6c66f3a3205bea0 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Mon, 5 Nov 2001 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 2001-11-05 --- boot/boot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/boot.c b/boot/boot.c index 2cd5e205c6721d0b15b82f53e124d09020a7d484..4954faa0a5676fdbd599a39237cf653cd1dd468c 100644 --- a/boot/boot.c +++ b/boot/boot.c @@ -120,7 +120,7 @@ boot(int argc, char *argv[]) afd = fauth(fd, rp); if(afd >= 0){ - ai = auth_proxy(afd, "p9any", 0, auth_getkey); + ai = auth_proxy(afd, auth_getkey, "proto=p9any role=client"); if(ai == nil) print("authentication failed (%r), trying mount anyways\n"); }