]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/journal/journalctl.c
journalctl: add a missing 'break'
authorTero Roponen <tero.roponen@gmail.com>
Thu, 15 Mar 2012 06:26:55 +0000 (08:26 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 15 Mar 2012 13:12:30 +0000 (14:12 +0100)
commit490e567dbb12928528d395d2c759b80960312e8f
tree2cbe991b102a9ecab3a69ffa80f8973d6514e1a8
parentd3c7d7dd77b2b72315164b672462825cef6c0f9a
journalctl: add a missing 'break'

There is a 'break' missing in the -q handling
so, for example, 'systemd-journalctl --new-id128 -q'
does nothing.

This patch fixes the problem.
src/journal/journalctl.c