- should not have commited

This commit is contained in:
Pierre Joye 2010-01-05 01:05:58 +00:00
parent 717afb1202
commit f8b7f083ce

View File

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