From c7eeeba763f52018db2ad2201f32480e07087e62 Mon Sep 17 00:00:00 2001 From: tim Date: Thu, 12 Aug 2010 17:33:01 +0000 Subject: - (tim) [auth.c] add cast to quiet compiler. Change only affects SVR5 systems. --- auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth.c') 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", -- cgit v1.2.1