mirror of
https://github.com/systemd/systemd.git
synced 2025-03-19 22:50:17 +03:00
bus: fix match_parse for unquoted matches
This commit is contained in:
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] != ',') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user