mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-11 09:37:20 +02:00
BUILD: debug: fix build issue on clang with previous commit
Since the thread_dump_state type changed to uint, the old value in the CAS needs to be the same as well.
This commit is contained in:
parent
00c27b50c0
commit
039972b4e5
@ -1311,7 +1311,7 @@ struct buffer *thread_dump_buffer = NULL;
|
|||||||
/* initiates a thread dump */
|
/* initiates a thread dump */
|
||||||
void ha_thread_dump_all_to_trash()
|
void ha_thread_dump_all_to_trash()
|
||||||
{
|
{
|
||||||
unsigned long old;
|
unsigned int old;
|
||||||
|
|
||||||
while (1) {
|
while (1) {
|
||||||
old = 0;
|
old = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user