mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 23:27:04 +02: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
@ -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 New Issue
Block a user