[systemd-devel] [PATCH] dbus: return non-zero return value in the case that prefix won't match
Zbigniew Jędrzejewski-Szmek
zbyszek at in.waw.pl
Sun Nov 23 16:30:58 PST 2014
On Thu, Nov 20, 2014 at 04:06:18PM +0100, Lukas Nykryn wrote:
> strv_extend returns 0 in the case of success which means that
> else if (bus_track_deserialize_item(&m->deserialized_subscribed, l) == 0)
> log_warning("Unknown serialization item '%s'", l);
> will be printed when value is added correctly.
Applied.
Zbyszek
More information about the systemd-devel
mailing list