Skip to content

Commit 117cc22

Browse files
Merge branch 'hotfix/add_retval_zipped_wreply'
2 parents 51264b7 + 9954974 commit 117cc22

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
@@ -720,7 +720,7 @@ PHPAPI int redis_sock_read_multibulk_reply_zipped_with_flag(INTERNAL_FUNCTION_PA
720720
IF_MULTI_OR_PIPELINE() {
721721
add_next_index_bool(z_tab, 0);
722722
} else {
723-
RETURN_FALSE;
723+
RETVAL_FALSE;
724724
}
725725
return -1;
726726
}

0 commit comments

Comments
 (0)