]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: server: irrelevant error message with 'default-server' config file keyword.
authorFrédéric Lécaille <flecaille@haproxy.com>
Thu, 9 Mar 2017 13:01:02 +0000 (14:01 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 27 Mar 2017 12:33:58 +0000 (14:33 +0200)
commit8065b6d4f21dc14212cd3c413e82be0ef43984fc
treedefcc1869044cf1054fc914607443b261729adc9
parent2efc64944726cec78d87210cd5fba67b24d686b6
MINOR: server: irrelevant error message with 'default-server' config file keyword.

There is no reason to emit such an error message:
"'default-server' expects <name> and <addr>[:<port>] as arguments."
if less than two arguments are provided on 'default-server' lines.
This is a 'server' specific error message.
src/server.c