]> granicus.if.org Git - php/commitdiff
- should not have commited
authorPierre Joye <pajoye@php.net>
Tue, 5 Jan 2010 01:05:58 +0000 (01:05 +0000)
committerPierre Joye <pajoye@php.net>
Tue, 5 Jan 2010 01:05:58 +0000 (01:05 +0000)
ext/imap/php_imap.c

index 456aa3255ba853bef3c671f4562b18f42dedb165..84f445d917f09849fc8dea2f2c933abc544a6283 100644 (file)
@@ -1169,7 +1169,6 @@ static void php_imap_do_open(INTERNAL_FUNCTION_PARAMETERS, int persistent)
 
        if (params) {
                zval **disabled_auth_method;
-               DebugBreak();
                if (zend_hash_find(HASH_OF(params), "DISABLE_AUTHENTICATOR", sizeof("DISABLE_AUTHENTICATOR"), (void **)&disabled_auth_method) == SUCCESS) {
                        switch (Z_TYPE_PP(disabled_auth_method)) {
                                case IS_STRING: