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

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


details:   http://hg.dovecot.org/dovecot-1.2/rev/533b43760eaa
changeset: 8252:533b43760eaa
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Oct 06 19:24:20 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 26e7d4905d81 -r 533b43760eaa src/auth/passdb-pam.c
--- a/src/auth/passdb-pam.c	Mon Oct 06 00:20:55 2008 +0300
+++ b/src/auth/passdb-pam.c	Mon Oct 06 19:24:20 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