We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 786083b + 31b9120 commit fbc60abCopy full SHA for fbc60ab
src/netlog-manager.c
@@ -231,6 +231,7 @@ static int process_journal_input(Manager *m) {
231
232
r = manager_read_journal_input(m);
233
if (r < 0) {
234
+ m->current_cursor = mfree(m->current_cursor);
235
/* Can't send the message. Seek one entry back. */
236
r = sd_journal_previous(m->journal);
237
if (r < 0)
0 commit comments