From fee1ef3463a89b69232919f19df97a8cd28aef60 Mon Sep 17 00:00:00 2001 From: Edin Kadribasic Date: Mon, 19 Feb 2007 16:03:42 +0000 Subject: Fixed bug #36496 --- ext/imap/php_imap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/imap/php_imap.c') diff --git a/ext/imap/php_imap.c b/ext/imap/php_imap.c index 6e576a9fa9..34aa01a10b 100644 --- a/ext/imap/php_imap.c +++ b/ext/imap/php_imap.c @@ -475,10 +475,10 @@ PHP_MINIT_FUNCTION(imap) auth_link(&auth_gss); /* link in the gss authenticator */ #endif auth_link(&auth_pla); /* link in the plain authenticator */ +#endif #ifdef HAVE_IMAP_SSL ssl_onceonlyinit (); -#endif #endif /* lets allow NIL */ -- cgit v1.2.1