diff options
Diffstat (limited to 'auth.c')
-rw-r--r-- | auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |