]> git.ipfire.org Git - thirdparty/shadow.git/commit
lib/idmapping.c: get_map_ranges(): Simplify iterator variables
authorAlejandro Colomar <alx@kernel.org>
Thu, 11 Jan 2024 17:11:13 +0000 (18:11 +0100)
committerSerge Hallyn <serge@hallyn.com>
Fri, 12 Jul 2024 03:42:58 +0000 (22:42 -0500)
commitc46c6a6e5a3a51b583469fa3e02c0c8e73fab219
treef26ed448b28c7f44d7d079da80f23ad23a793543
parenta184c2b555eb1882657513cbe5341be72579db74
lib/idmapping.c: get_map_ranges(): Simplify iterator variables

Merge two iterator variables into one, and reduce its scope.

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