chiark / gitweb /
bus: allow omitting quotes for values in match strings
authorLennart Poettering <lennart@poettering.net>
Wed, 8 Jan 2014 10:09:25 +0000 (18:09 +0800)
committerLennart Poettering <lennart@poettering.net>
Wed, 8 Jan 2014 10:11:10 +0000 (18:11 +0800)
commitbc6422cbd1dfc258fb2b4909a2a25ad356e63400
tree845032997ffbec8f65c66565510c1a890356ef6d
parente79e8afd62bdec28a88d52fa0761aff9ce145b77
bus: allow omitting quotes for values in match strings

dbus-daemon allows this, the dbus specification doesn't explicitly say
anything about it, so let's follow dbus-daemon on this.
src/libsystemd-bus/bus-match.c
src/libsystemd-bus/test-bus-match.c