This commit is contained in:
Edin Kadribasic 2007-02-19 16:04:14 +00:00
parent 1c00069571
commit 6864564797

View File

@ -475,10 +475,10 @@ PHP_MINIT_FUNCTION(imap)
auth_link(&auth_gss); /* link in the gss authenticator */ auth_link(&auth_gss); /* link in the gss authenticator */
#endif #endif
auth_link(&auth_pla); /* link in the plain authenticator */ auth_link(&auth_pla); /* link in the plain authenticator */
#endif
#ifdef HAVE_IMAP_SSL #ifdef HAVE_IMAP_SSL
ssl_onceonlyinit (); ssl_onceonlyinit ();
#endif
#endif #endif
/* lets allow NIL */ /* lets allow NIL */