commit | d6b4b6da3f08ecb3df633aea5d5d9f072ad52135 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Apr 21 11:50:26 2021 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Apr 21 12:02:30 2021 +0200 |
tree | c3f3fdda1169c32c20692658b90392b7fcd1477e | |
parent | b77cd7f5623381cc8d7b00977e5b784b9f814a38 [diff] |
BUG/MINOR: server: fix potential null gcc error in delete server gcc still reports a potential null pointer dereference in delete server function event with a BUG_ON before it. Remove the misleading NULL check in the for loop which should never happen. This does not need to be backported.