Skip to content

Commit 23e9bf0

Browse files
committed
add signal
1 parent 0730732 commit 23e9bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connect_pool_client.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ PHP_FUNCTION(get_disable_list)
716716
zval_ptr_dtor(&new_md5);
717717
int *pid = addr + CP_PING_MD5_LEN;
718718
if (*pid > 0) {
719-
// kill(*pid, SIGUSR1); //清空disable和probably
719+
kill(*pid, SIGUSR1); //清空disable和probably
720720
}
721721
array_init(return_value);
722722
}

0 commit comments

Comments
 (0)