CLEANUP: server: fix update_status() function comment
authorAurelien DARRAGON <adarragon@haproxy.com>
Mon, 27 Mar 2023 09:57:28 +0000 (11:57 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 21 Apr 2023 12:36:45 +0000 (14:36 +0200)
commit0ddf052972af0ca19e7c33903e008a3c830c303d
tree1e2cda4e8e960148c6629a45efeb1c9f00c59485
parent88687f09802bdb047ad3de75e897e0de1fc3b2aa
CLEANUP: server: fix update_status() function comment

srv_update_status() function comment says that the function "is designed
to be called asynchronously".

While this used to be true back then with 64cc49cf
("MAJOR: servers: propagate server status changes asynchronously.")

This is not true anymore since 3ff577e ("MAJOR: server: make server state changes
synchronous again")

Fixing the comment in order to better reflect current behavior.
src/server.c