mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-22 14:21:25 +02:00
CLEANUP: Fix typo in the fwrr subsystem
Fixes a typo in the code comment of the fwrr subsystem.
This commit is contained in:
parent
f43b88bc09
commit
40650960fd
@ -586,7 +586,7 @@ struct server *fwrr_get_next_server(struct proxy *p, struct server *srvtoavoid)
|
||||
|
||||
requeue_servers:
|
||||
/* Requeue all extracted servers. If full==srv then it was
|
||||
* avoided (unsucessfully) and chained, omit it now.
|
||||
* avoided (unsuccessfully) and chained, omit it now.
|
||||
*/
|
||||
if (unlikely(full != NULL)) {
|
||||
if (switched) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user