mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
MINOR: log: make resolve_logger() static
There is no need to expose this internal function, let's make it static.
This commit is contained in:
parent
db47471155
commit
42139fa16e
1 changed files with 1 additions and 1 deletions
|
|
@ -1412,7 +1412,7 @@ static int postcheck_log_backend(struct proxy *be)
|
|||
* could also be set when no error occurred to report a diag warning), thus is
|
||||
* up to the caller to check it and to free it.
|
||||
*/
|
||||
int resolve_logger(struct logger *logger, char **msg)
|
||||
static int resolve_logger(struct logger *logger, char **msg)
|
||||
{
|
||||
struct log_target *target = &logger->target;
|
||||
int err_code = ERR_NONE;
|
||||
|
|
|
|||
Loading…
Reference in a new issue