mirror of
https://github.com/systemd/systemd.git
synced 2025-02-04 21:47:31 +03:00
bus: fix uninitialized variable
This commit is contained in:
parent
dafb75912a
commit
2bf938c191
@ -1035,7 +1035,7 @@ static int dispatch_wqueue(sd_bus *bus) {
|
||||
}
|
||||
|
||||
static int dispatch_rqueue(sd_bus *bus, sd_bus_message **m) {
|
||||
sd_bus_message *z;
|
||||
sd_bus_message *z = NULL;
|
||||
int r, ret = 0;
|
||||
|
||||
assert(bus);
|
||||
|
Loading…
x
Reference in New Issue
Block a user