]> git.ipfire.org Git - thirdparty/systemd.git/commit
hwdb-util: drop unused value assignment
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 18 Feb 2025 18:46:55 +0000 (03:46 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 3 Mar 2025 20:18:15 +0000 (05:18 +0900)
commit00575cfd696a2a335decb66580727fafd3c152aa
treed80bf4b7043201c50c553930f16a4cf68dd83ed0
parent6529ab0b066c93a6b8a8bf24b999d67e67a261f5
hwdb-util: drop unused value assignment

The values assigned to 'r' were never used, and overwritten by the next
call of read_line_full().

Fixes CID#1548043 and CID#1548064.
src/shared/hwdb-util.c