1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-27 10:25:06 +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) if (r < 0)
return r; return r;
i = 1;
while (i < n) { while (i < n) {
uint64_t next, m, j; uint64_t next, m, j;