diff options
author | rsc <devnull@localhost> | 2005-07-13 21:34:11 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-07-13 21:34:11 +0000 |
commit | a8ec4910fd7d67df09ca79179dff8a344cc13cf2 (patch) | |
tree | 9dbb20f00bd6ec3a3fee026473f43e85f49f5c77 /src/libauth | |
parent | f462256db27f827590a5867e046d0bbbb8eb368a (diff) | |
download | plan9port-a8ec4910fd7d67df09ca79179dff8a344cc13cf2.tar.gz plan9port-a8ec4910fd7d67df09ca79179dff8a344cc13cf2.tar.bz2 plan9port-a8ec4910fd7d67df09ca79179dff8a344cc13cf2.zip |
apple
Diffstat (limited to 'src/libauth')
-rw-r--r-- | src/libauth/auth_proxy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libauth/auth_proxy.c b/src/libauth/auth_proxy.c index 436c1b77..8761cc9d 100644 --- a/src/libauth/auth_proxy.c +++ b/src/libauth/auth_proxy.c @@ -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; |