mirror of
https://github.com/systemd/systemd.git
synced 2026-08-05 07:30:30 +00:00
bus: fix match_parse for unquoted matches
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
e3025da104
commit
a3e648ccbb
@@ -814,7 +814,7 @@ int bus_match_parse(
|
||||
|
||||
value = NULL;
|
||||
|
||||
if (q[1] == 0)
|
||||
if (q[quoted] == 0)
|
||||
break;
|
||||
|
||||
if (q[quoted] != ',') {
|
||||
|
||||
Reference in New Issue
Block a user