mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -1223,7 +1223,7 @@ struct sink *sink_new_from_logger(struct logger *logger)
|
|||
srv->conf.file = strdup(logger->conf.file);
|
||||
srv->conf.line = logger->conf.line;
|
||||
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);
|
||||
|
||||
/* process per thread init */
|
||||
|
|
|
|||
Loading…
Reference in a new issue