CLEANUP: server: fix srv_set_{running, stopping, stopped} function comment
authorAurelien DARRAGON <adarragon@haproxy.com>
Wed, 19 Apr 2023 08:33:02 +0000 (10:33 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 21 Apr 2023 12:36:45 +0000 (14:36 +0200)
commit10518c0d59b52910404348c5148e623dec9f8873
tree368d14d30d04e677debbb9be3c81bd42e02537e3
parentc54b98ac9a28005aff26546e709646a34889532d
CLEANUP: server: fix srv_set_{running, stopping, stopped} function comment

Fixing function comments for the server state changing function since they
still refer to asynchonous propagation of server state which is no longer
in play.
Moreover, there were some mixups between running/stopping.
src/server.c