summaryrefslogtreecommitdiff
path: root/auth.c
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2010-08-12 10:33:01 -0700
committerTim Rice <tim@multitalents.net>2010-08-12 10:33:01 -0700
commitad7d547acd8ee484f6841dd6c63bd768144e1329 (patch)
tree0ad5394662edc6587728a9fc2a71e6ce0477b652 /auth.c
parent722b8d14f17f6471ef9b746f8b5942e1c7940d32 (diff)
- (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 a27667f42..dba1e6555 100644
--- a/auth.c
+++ b/auth.c
@@ -143,7 +143,7 @@ allowed_user(struct passwd * pw)
143 locked = 1; 143 locked = 1;
144#endif 144#endif
145#ifdef USE_LIBIAF 145#ifdef USE_LIBIAF
146 free(passwd); 146 free((void *) passwd);
147#endif /* USE_LIBIAF */ 147#endif /* USE_LIBIAF */
148 if (locked) { 148 if (locked) {
149 logit("User %.100s not allowed because account is locked", 149 logit("User %.100s not allowed because account is locked",