commit ba285d2ba998955026aea9227b3b9329a5f83e38 from: rsc date: Fri Feb 11 22:04:12 2005 UTC open correct factotum file commit - f93c7b2dc81603960e32568befcbc63679ba91aa commit + ba285d2ba998955026aea9227b3b9329a5f83e38 blob - ffe3b08e1f1ef1ccc63557448c6d01ff1d9a54df blob + b9fa737e5be971fe6ad611992360505ebcc2ede5 --- src/libauth/auth_rpc.c +++ src/libauth/auth_rpc.c @@ -68,7 +68,7 @@ auth_allocrpc(void) return nil; rpc->afd = open("/mnt/factotum/rpc", ORDWR); if(rpc->afd < 0){ - rpc->afid = nsopen("factotum", nil, "factotum/rpc", ORDWR); + rpc->afid = nsopen("factotum", nil, "rpc", ORDWR); if(rpc->afid == nil){ free(rpc); return nil;