chiark / gitweb /
journald: don't reposition window if we don't have to
[elogind.git] / src / journal / journal-verify.c
index 5d134bdb9763d7c495f0c7708d40119b8b2d1835..629b2389bc5ea24bc0c18cade52e3635f91825ea 100644 (file)
@@ -959,7 +959,7 @@ int journal_file_verify(
                                         if (r < 0)
                                                 goto fail;
 
-                                        r = journal_file_hmac_put_object(f, -1, q);
+                                        r = journal_file_hmac_put_object(f, -1, o, q);
                                         if (r < 0)
                                                 goto fail;