Skip to content

Commit eff7398

Browse files
committed
CID 158614, 158615
1 parent 37f5693 commit eff7398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ static zend_class_entry *runtime_exception_ce = NULL;
5454
PHP_REDIS_API zend_class_entry *
5555
redis_get_exception_base(TSRMLS_D)
5656
{
57-
if (runtime_exception_ce = NULL) {
57+
if (runtime_exception_ce == NULL) {
5858
#if HAVE_SPL
5959
runtime_exception_ce = zend_hash_str_find_ptr(CG(class_table), "RuntimeException", sizeof("RuntimeException") - 1);
6060
#else

0 commit comments

Comments
 (0)