diff options
-rw-r--r-- | src/libauth/auth_rpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |