chiark / gitweb /
sd-event: Fix systemd crash when using timer units.
authorThomas Bächler <thomas@archlinux.org>
Fri, 21 Feb 2014 10:20:24 +0000 (11:20 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 21 Feb 2014 13:06:50 +0000 (14:06 +0100)
commit9ac441c0f40a10a6c498398e5876a5256b833e31
tree47586f734872c2d14e72bc123705a216c8c12a05
parent9e82ffa040448a8f800411c2230ad98ef0e57d9c
sd-event: Fix systemd crash when using timer units.

There was a copy-paste error introduced in commit c2ba3ad6604ef2e189d7e0a36d6911116e84d3ab
which causes the following error when using timer units:

Assertion '(x->type == SOURCE_MONOTONIC && y->type == SOURCE_MONOTONIC) || (x->type == SOURCE_REALTIME && y->type == SOURCE_REALTIME)'
failed at src/libsystemd/sd-event/sd-event.c:264, function latest_time_prioq_compare(). Aborting.
src/libsystemd/sd-event/sd-event.c