mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- Fixed stupid typo..
# I will test before commit, I will test before commit...
This commit is contained in:
parent
e771bdb23d
commit
4dfc7cc87c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue