commit | 784063eeb2160d089a321544a6b0e8637d487308 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon May 18 12:14:18 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon May 18 18:30:06 2020 +0200 |
tree | 4834ae2c0b80e2a8bfff8ed7d26479bd25ef42b1 | |
parent | 2a37cdbe6b2cf7e9fa8654ee017af12ceb6015c2 [diff] |
MINOR: config: Don't dump keywords if argument is NULL Helper functions are used to dump bind, server or filter keywords. These functions are used to report errors during the configuration parsing. To have a coherent API, these functions are now prepared to handle a null pointer as argument. If so, no action is performed and functions immediately return. This patch should fix the issue #631. It is not a bug. There is no reason to backport it.