]> git.ipfire.org Git - thirdparty/shadow.git/commit
lib/port.c: getportent(): Rename goto label
authorAlejandro Colomar <alx@kernel.org>
Tue, 2 Jul 2024 12:23:19 +0000 (14:23 +0200)
committerSerge Hallyn <serge@hallyn.com>
Sat, 6 Jul 2024 12:44:02 +0000 (07:44 -0500)
commite790993c5d7c3800bf0b04be4e106be1848b49a7
tree0d7284937bc8c0d8fcb6917c17c83d8f6fc5584b
parentbf84b3a8555da056962128db1c0adcba35953e53
lib/port.c: getportent(): Rename goto label

This label means we detected a bogus line, and want to skip it and jump
to the next one; rename it accordingly.  'again' seemed to say that it
was somehow looping on the same line.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
lib/port.c