Skip to content

Commit

Permalink
MFH: typofix
Browse files Browse the repository at this point in the history
  • Loading branch information
foobar committed Jan 24, 2003
1 parent 9aea997 commit eb15881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/imap/php_imap.c
Expand Up @@ -420,7 +420,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

Expand Down

0 comments on commit eb15881

Please sign in to comment.