uxc: add missing 'break' statement
authorDaniel Golle <daniel@makrotopia.org>
Sun, 17 Oct 2021 16:22:56 +0000 (17:22 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Sun, 17 Oct 2021 18:34:02 +0000 (19:34 +0100)
commit59f769920276229a3ee2dcbe75ea54095cf14ffe
tree3717404f91940b8484a9135a389f567d05779aa7
parente1d7cee59b08655c224999b21e9fbf139f5ee54e
uxc: add missing 'break' statement

Without the break statement the next element in the iteration will
overwrite the found attributes.
Stop iterating once entry has been found, so matching attributes will
be used.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
uxc.c