commit | 3228238c73e944d7e1efef5093d8bdb0de706dd0 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Sep 15 07:44:44 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Sep 15 11:49:52 2017 +0200 |
tree | 263c97be966794c444b5a1ba364a9763f81205c2 | |
parent | 20814ff1fcb7067d0d434cdbf00a34daeb22e193 [diff] |
MINOR: protocols: always pass a "port" argument to the listener creation It's a shame that cfgparse() has to make special cases of each protocol just to cast the port to the target address family. Let's pass the port in argument to the function. The unix listener simply ignores it.