Re: [systemd-devel] [PATCH] sd-event: Fix systemd crash when using timer units.

2014-02-21 Thread Lennart Poettering
On Fri, 21.02.14 11:20, Thomas Bächler (tho...@archlinux.org) wrote: > There was a copy-paste error introduced in commit > c2ba3ad6604ef2e189d7e0a36d696e84d3ab > which causes the following error when using timer units: > > Assertion '(x->type == SOURCE_MONOTONIC && y->type == SOURCE_MONOTONI

[systemd-devel] [PATCH] sd-event: Fix systemd crash when using timer units.

2014-02-21 Thread Thomas Bächler
There was a copy-paste error introduced in commit c2ba3ad6604ef2e189d7e0a36d696e84d3ab 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