Skip to content

Commit bcafc58

Browse files
committed
repetition..
1 parent 6849c75 commit bcafc58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/curl/interface.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1640,7 +1640,7 @@ static bool php_curl_set_callable_handler(zend_fcall_info_cache *const handler_f
16401640
if (!curl_ptr->handlers.handler_type) { \
16411641
return SUCCESS; \
16421642
} \
1643-
if (!curl_ptr->handlers.handler_type->fcc.function_handler || !ZEND_FCC_INITIALIZED(curl_ptr->handlers.handler_type->fcc)) { \
1643+
if (!ZEND_FCC_INITIALIZED(curl_ptr->handlers.handler_type->fcc)) { \
16441644
curl_ptr->handlers.handler_type->method = default_method; \
16451645
return FAILURE; \
16461646
} \

0 commit comments

Comments
 (0)