summaryrefslogtreecommitdiff
path: root/auth.c
diff options
context:
space:
mode:
authortim <tim>2010-08-12 17:33:01 +0000
committertim <tim>2010-08-12 17:33:01 +0000
commitc7eeeba763f52018db2ad2201f32480e07087e62 (patch)
tree0c03ea7b9df10816ddb59d195ee1a484e951488e /auth.c
parent61646a42a7329aabf6ccfc3abc60ab9dd5aa8994 (diff)
downloadopenssh-c7eeeba763f52018db2ad2201f32480e07087e62.tar.gz
- (tim) [auth.c] add cast to quiet compiler. Change only affects SVR5 systems.
Diffstat (limited to 'auth.c')
-rw-r--r--auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth.c b/auth.c
index a27667f4..dba1e655 100644
--- a/auth.c
+++ b/auth.c
@@ -143,7 +143,7 @@ allowed_user(struct passwd * pw)
locked = 1;
#endif
#ifdef USE_LIBIAF
- free(passwd);
+ free((void *) passwd);
#endif /* USE_LIBIAF */
if (locked) {
logit("User %.100s not allowed because account is locked",