Browse Source

- Fixed stupid typo..

# I will test before commit, I will test before commit...
PHP-5
foobar 24 years ago
parent
commit
4dfc7cc87c
  1. 2
      ext/imap/php_imap.c

2
ext/imap/php_imap.c

@ -418,7 +418,7 @@ PHP_MINIT_FUNCTION(imap)
#ifndef PHP_WIN32
auth_link(&auth_log); /* link in the log authenticator */
auth_link(&auth_md5); /* link in the cram-md5 authenticator */
#ifdef HAVE_IMAP_KRB && defined(HAVE_IMAP_AUTH_GSS)
#if HAVE_IMAP_KRB && defined(HAVE_IMAP_AUTH_GSS)
auth_link(&auth_gss); /* link in the gss authenticator */
#endif

Loading…
Cancel
Save