This commit is contained in:
rsc
2005-07-13 21:34:11 +00:00
parent f462256db2
commit a8ec4910fd
12 changed files with 18 additions and 12 deletions

View File

@@ -91,6 +91,7 @@ auth_getinfo(AuthRpc *rpc)
if(auth_rpc(rpc, "authinfo", nil, 0) != ARok)
return nil;
a = nil;
if(convM2AI((uchar*)rpc->arg, rpc->narg, &a) == nil){
werrstr("bad auth info from factotum");
return nil;