From ba285d2ba998955026aea9227b3b9329a5f83e38 Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 11 Feb 2005 22:04:12 +0000 Subject: open correct factotum file --- src/libauth/auth_rpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/libauth/auth_rpc.c b/src/libauth/auth_rpc.c index ffe3b08e..b9fa737e 100644 --- a/src/libauth/auth_rpc.c +++ b/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; -- cgit v1.2.3