dovecot-1.1: Solaris: Compile fix for previous PAM changes.

dovecot at dovecot.org dovecot at dovecot.org
Mon Oct 6 19:24:09 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.1/rev/9f95b3c28cc3
changeset: 7926:9f95b3c28cc3
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Oct 06 19:24:03 2008 +0300
description:
Solaris: Compile fix for previous PAM changes.

diffstat:

1 file changed, 2 insertions(+), 2 deletions(-)
src/auth/passdb-pam.c |    4 ++--

diffs (14 lines):

diff -r eb3e3e677a4c -r 9f95b3c28cc3 src/auth/passdb-pam.c
--- a/src/auth/passdb-pam.c	Mon Oct 06 00:21:18 2008 +0300
+++ b/src/auth/passdb-pam.c	Mon Oct 06 19:24:03 2008 +0300
@@ -148,8 +148,8 @@ pam_get_missing_service_file_path(const 
 	}
 	/* exists or is unknown */
 	return NULL;
-}
-#endif
+#endif
+}
 
 static int try_pam_auth(struct auth_request *request, pam_handle_t *pamh,
 			const char *service)


More information about the dovecot-cvs mailing list