Fix parsing of invalid devices 60/303060/2
authorJaehyun Kim <jeik01.kim@samsung.com>
Tue, 19 Dec 2023 11:01:20 +0000 (20:01 +0900)
committerJaehyun Kim <jeik01.kim@samsung.com>
Tue, 19 Dec 2023 11:45:52 +0000 (20:45 +0900)
commita09486976553cf2e4b33a5d1a53dcef3d1464184
tree0829696addcd9c64e9e235e064d09d18d196a446
parente1f7aa67b67f748c4b9a9f8663c5b939254546f6
Fix parsing of invalid devices

If there are multiple devices,
the remaining devices are parsed even after the desired device is found,
so there is a problem in that
the last parsed value is used as the final value.

Therefore, it has been modified to not parse other devices
if parsing of the desired device is completed.

Change-Id: I90b77c2797a543dd4451252573dbd67a7213aca6
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
src/network_internal.c
src/network_signal.c