2015-06-12 18:01 GMT+02:00 Willy Tarreau <[email protected]>: > On Fri, Jun 12, 2015 at 05:54:13PM +0200, joris dedieu wrote: >> > I would not be surprized that adding this line to compat.h solves the >> > problem : >> > >> > #include <netinet/in.h> >> >> It was this one. So I finally add > > Great! > >> * limits.h for things like LONG_MIN or MAX_HOSTNAME_LEN to have the >> correct definition >> * netinet/in.h so that struct conn_src have the right size > > OK thanks. Please just write a short commit message describing your > observation and the condition where the bug appears so that we can > easily find it later if reported again. You'll be faster than me to > summarize everything you observed and troubleshooted. I'll use that > as the commit message (or even better, to a complete commit and send > the output of git format-patch). > > thanks! > Willy
Ok I sent the patch with git send-email. Thanks Joris >

