mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
CLEANUP: sink: useless leftover in sink_add_srv()
Removing a useless leftover which has been introduced with 31e8a003a5
("MINOR: sink: function to add new sink servers")
This commit is contained in:
parent
2694621151
commit
078ebde870
1 changed files with 0 additions and 1 deletions
|
|
@ -864,7 +864,6 @@ static int sink_add_srv(struct sink *sink, struct server *srv)
|
|||
return 0;
|
||||
}
|
||||
sink->sft = sft;
|
||||
srv = srv->next;
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue