BUILD: haproxy: fix build error when RLIMIT_AS is not set
authorWilly Tarreau <w@1wt.eu>
Thu, 2 Jul 2020 13:38:35 +0000 (15:38 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 2 Jul 2020 13:38:35 +0000 (15:38 +0200)
commitab8b6a45be2f76efb28f7f0ad18b69549c77b4d6
treef8061d433274069a014c9f37e58036179923d709
parent42abe68f111fac0849e4c811de5ef8e772efeb17
BUILD: haproxy: fix build error when RLIMIT_AS is not set

As reported in issue #724, openbsd fails to build in haproxy.c
due to a faulty comma in the middle of a warning message. This code
is only compiled when RLIMIT_AS is not defined, which seems to be
rare these days.

This may be backported to older versions as the problem was likely
introduced when strict limits were added.
src/haproxy.c