[BUILD] frontend: shut a warning with TCP_MAXSEG

src/frontend.c: In function 'frontend_accept':
src/frontend.c:110: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness

The argument should be socklen_t and not int.
1 file changed