]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: WURFL: do not emit warnings when not configured
authorWilly Tarreau <w@1wt.eu>
Wed, 22 May 2019 12:01:22 +0000 (14:01 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 22 May 2019 12:01:22 +0000 (14:01 +0200)
commitaabbe6a3bb00e2e818ce0f8fc1b36b562b40fb7c
treeb29100f7c33df603aa6305ac925f94bea48970b5
parentae4fcf1e67fcfacc3fa0fc007ed397a1e52f7fdf
MINOR: WURFL: do not emit warnings when not configured

At the moment the WURFL module emits 3 lines of warnings upon startup
when it is not referenced in the configuration file, which is quite
confusing. Let's make sure to keep it silent when not configured, as
detected by the absence of the wurfl-data-file statement.
src/wurfl.c