BUILD: sockpair: do not set unused flag

Ilya reports in GH #1392 that clang 13 complains about a flag being added
to the "flags" parameter without being used later. That's generic code
that was shared from TCP but we can indeed drop this flag since it's used
for TFO which we don't have in socketpairs.

(cherry picked from commit 0ce77ac204e0d8f998dd20e0dc2a2c840c1dfc61)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
1 file changed