]> granicus.if.org Git - php/commitdiff
This is not needed. ssl_onceonlyinit() is enough.
authorfoobar <sniper@php.net>
Sun, 27 May 2001 18:38:59 +0000 (18:38 +0000)
committerfoobar <sniper@php.net>
Sun, 27 May 2001 18:38:59 +0000 (18:38 +0000)
ext/imap/php_imap.c

index 914d6cc8a11bfe1c564cbb13c9f72e8a03e267df..05c233db2e18bf75e85a2523d5fe5fbf2a22bc4e 100644 (file)
@@ -451,10 +451,9 @@ PHP_MINIT_FUNCTION(imap)
        mail_link(&newsdriver);         /* link in the news driver */
        mail_link(&philedriver);        /* link in the phile driver */
        auth_link(&auth_log);           /* link in the log authenticator */
-       auth_link(&auth_md5);           /* link in the cram-md5 authenticator */ 
+       auth_link(&auth_md5);       /* link in the cram-md5 authenticator */ 
 #ifdef  HAVE_IMAP_SSL
        ssl_onceonlyinit ();
-       auth_link (&auth_ssl);          /* link in the ssl authenticator */
 #endif
 #endif
        mail_link(&dummydriver);        /* link in the dummy driver */