]> git.ipfire.org Git - thirdparty/systemd.git/commit
journalctl-filter: add missing sd_journal_add_conjunction()
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 21 Mar 2024 18:09:35 +0000 (03:09 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 26 Mar 2024 14:51:47 +0000 (23:51 +0900)
commitbb59f34c210b58471a4b3794fd63bb1373f80511
treedb26ba3cb8329716c3fca45a51e0279f17b886d1
parent22f2b5566d4432e8ab36c0120e46cc22e46c7526
journalctl-filter: add missing sd_journal_add_conjunction()

Otherwise, if --facility= is specified with extra matches with '+',
the facility filter will not be applied to the specified filter after '+'.
src/journal/journalctl-filter.c