fix loop with unreachable exit condition
authorihsinme <ihsinme@gmail.com>
Wed, 24 Feb 2021 21:37:14 +0000 (00:37 +0300)
committerGitHub <noreply@github.com>
Wed, 24 Feb 2021 21:37:14 +0000 (00:37 +0300)
commit75094a8ba8dfbb8f072e9bb0a8a01fb91e9a24a2
treeadf168be6da8954af4cda61f0de4feffaa60274a
parentab02be41807ec9451c47b17129cf61457ef21db6
fix loop with unreachable exit condition

the essence of the error lies in a possible hit in the eternal cycle while, when exiting the higher cycle by means of break.

Signed-off-by: Sergey Valentey <ihsinme@gmail.com>
server.c