diff --git a/include/haproxy/fd.h b/include/haproxy/fd.h index eb7e13a55..26b596273 100644 --- a/include/haproxy/fd.h +++ b/include/haproxy/fd.h @@ -206,7 +206,7 @@ static inline void fd_stop_send(int fd) /* Disable processing of events on fd for both directions. */ static inline void fd_stop_both(int fd) { - unsigned char old, new; + uint old, new; old = fdtab[fd].state; do {