From 09e4b97268575d4effe7cb7fa757b90edd9e49f9 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Sun, 30 Dec 2001 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 2001-12-30 --- port/sysfile.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/port/sysfile.c b/port/sysfile.c index 3b3f233be9d50f885e6c448b9e3952711d02af97..83ba36219ff5618df84cb27a706d232af2056205 100644 --- a/port/sysfile.c +++ b/port/sysfile.c @@ -711,11 +711,10 @@ bindmount(int ismount, int fd, int afd, char* arg0, char* arg1, ulong flag, char bogus.authchan = ac; validaddr((ulong)spec, 1, 0); - validname(spec, 1); - bogus.spec = spec; if(waserror()) error(Ebadspec); + validname(spec, 1); poperror(); ret = devno('M', 0);