1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-05 06:52:22 +03:00

journal: fix unitialized var

This commit is contained in:
Lennart Poettering 2012-08-16 17:22:58 +02:00
parent f5028bfaf0
commit 2a7273ef92

View File

@ -315,6 +315,7 @@ static int verify_data(
if (r < 0)
return r;
i = 1;
while (i < n) {
uint64_t next, m, j;