]> git.ipfire.org Git - thirdparty/systemd.git/commit
journal: remove template from open_journal args
authorVito Caputo <vito.caputo@coreos.com>
Fri, 5 Feb 2016 15:26:18 +0000 (07:26 -0800)
committerVito Caputo <vcaputo@gnugeneration.com>
Sat, 6 Feb 2016 05:30:53 +0000 (21:30 -0800)
commit089ed40bf4b1df0408c9123f7dfcaa23768668f5
tree60d68fbcda0ca7fc281af906bf7dca92befb6a59
parentdb87967e5b0ca8fac6be77ba926ce785a3277773
journal: remove template from open_journal args

None of the callers take advantage of this parameter, it's always NULL,
this is just a private helper function to simplify the call sites so
drop the template parameter altogether.  If a caller emerges later who
needs it, it can be restored.
src/journal/journald-server.c