commit | 9f3f2549fb023215ba1e0582ed97a9f373d13721 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Dec 21 20:30:05 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Dec 21 21:30:54 2016 +0100 |
tree | 3f3892576b3d33e16d42a8a6e5115fcadcb9f5f2 | |
parent | dc2ed471633e0a0dd2f2285232d018641ef56b51 [diff] |
CLEANUP: 51d: make use of the late init registration This removes some #ifdefs from the main haproxy code path. Function init_51degrees() now returns ERR_* instead of exit(1) on error, and this function was made static and is not exported anymore.