From: Lennart Poettering Date: Mon, 13 Nov 2017 17:14:20 +0000 (+0100) Subject: core: only process one of READY=1, STOPPING=1 or RELOADING=1 in sd_notify() handling X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=fef0328690d70eb742d507aa2b9571cc594a626a;p=elogind.git core: only process one of READY=1, STOPPING=1 or RELOADING=1 in sd_notify() handling Of course, it's not really a valid sd_notify() message if multiple of these fields are used in one, but let's handle this somewhat gracefully, by only processing one of them, and ignoring the rest. ---