mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
machine: don't return uninitialized variable
Repotred by Ronny Chevalier
This commit is contained in:
@@ -371,7 +371,7 @@ static int machine_stop_scope(Machine *m) {
|
||||
free(m->scope_job);
|
||||
m->scope_job = job;
|
||||
|
||||
return r;
|
||||
return 0;
|
||||
}
|
||||
|
||||
int machine_stop(Machine *m) {
|
||||
|
||||
Reference in New Issue
Block a user