mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-03-08 04:18:58 +00: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 */
|
||||
void ha_thread_dump_all_to_trash()
|
||||
{
|
||||
unsigned long old;
|
||||
unsigned int old;
|
||||
|
||||
while (1) {
|
||||
old = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user