chiark / gitweb /
journal-remote: check return code of sd_event_default
authorAndreas Henriksson <andreas@fatal.se>
Thu, 18 Sep 2014 15:52:54 +0000 (17:52 +0200)
committerTom Gundersen <teg@jklm.no>
Thu, 18 Sep 2014 16:33:44 +0000 (18:33 +0200)
Handle sd_event_default returning error and bail out properly
as done in every other caller of this function.

Found by coverity. Fixes: CID#1238957


No differences found