Files
systemd/src/journal
Georg Müller 8d0726fcd7 fix journalctl regression (#15099)
This regression was introduced in #14913.

The current_file variable can be NULL, as, for example, with the
following commands:

* journalctl --list-boots
* journalctl -b -1 --no-pager

Since current_file is only checked for pointer equality with f, removing
the assertion is safe here.
2020-03-13 12:31:01 +09:00
..
2019-11-18 15:14:43 +01:00
2019-10-31 17:57:03 +09:00
2020-01-31 15:03:44 +01:00
2019-03-28 19:59:56 +01:00
2020-02-03 10:00:50 +01:00
2018-06-14 13:03:20 +02:00