mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-27 13:51:00 +01:00
CLEANUP: sink: bad indent in sink_new_from_logger()
Fixing bad indent in sink_new_from_logger() which was recently introduced
This commit is contained in:
parent
d710dfbacc
commit
2694621151
@ -1223,7 +1223,7 @@ struct sink *sink_new_from_logger(struct logger *logger)
|
|||||||
srv->conf.file = strdup(logger->conf.file);
|
srv->conf.file = strdup(logger->conf.file);
|
||||||
srv->conf.line = logger->conf.line;
|
srv->conf.line = logger->conf.line;
|
||||||
srv->addr = *logger->target.addr;
|
srv->addr = *logger->target.addr;
|
||||||
srv->svc_port = get_host_port(logger->target.addr);
|
srv->svc_port = get_host_port(logger->target.addr);
|
||||||
HA_SPIN_INIT(&srv->lock);
|
HA_SPIN_INIT(&srv->lock);
|
||||||
|
|
||||||
/* process per thread init */
|
/* process per thread init */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user