]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/libsystemd/sd-hwdb/hwdb-util.c
tree-wide: drop pointless zero initialization (#16900)
[thirdparty/systemd.git] / src / libsystemd / sd-hwdb / hwdb-util.c
index 5c7521695ec4c6ec5dce0a3fa37fbeb201899c77..1b642b6851491e84fa1b30d469b02425d97654b2 100644 (file)
@@ -477,7 +477,7 @@ static int import_file(struct trie *trie, const char *filename, uint16_t file_pr
         _cleanup_fclose_ FILE *f = NULL;
         _cleanup_strv_free_ char **match_list = NULL;
         uint32_t line_number = 0;
-        int r = 0, err;
+        int r, err;
 
         f = fopen(filename, "re");
         if (!f)