]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: Apply strcmp.cocci
authorTim Duesterhus <tim@bastelstu.be>
Sat, 16 Oct 2021 15:48:15 +0000 (17:48 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 18 Oct 2021 05:17:04 +0000 (07:17 +0200)
commitc5aa113d805aa31a59e3a26f5f656b1fa0d526d0
tree18482ca2bda85aba287b481d8dba5a713489c5b3
parentbce9108a1fd8b0afcc08a086796912c79f7de344
CLEANUP: Apply strcmp.cocci

This fixes the use of the various *cmp functions to use != 0 or == 0.
src/cfgparse.c
src/cli.c
src/server.c