bus: fix match_parse for unquoted matches

This commit is contained in:
Simon Peeters 2014-02-16 03:01:17 +01:00 committed by Zbigniew Jędrzejewski-Szmek
parent e3025da104
commit a3e648ccbb

View file

@ -814,7 +814,7 @@ int bus_match_parse(
value = NULL;
if (q[1] == 0)
if (q[quoted] == 0)
break;
if (q[quoted] != ',') {