File 0001-machine-don-t-return-uninitialized-variable.patch of Package systemd

From f14aa1f1b2e4e99ee20393871b5f64f1378ed6c3 Mon Sep 17 00:00:00 2001
From: Tom Gundersen <teg@jklm.no>
Date: Sun, 6 Jul 2014 14:12:28 +0200
Subject: [PATCH] machine: don't return uninitialized variable

Repotred by Ronny Chevalier
---
 src/machine/machine.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git src/machine/machine.c src/machine/machine.c
index c0fa1b2..cf38e3f 100644
--- src/machine/machine.c
+++ src/machine/machine.c
@@ -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) {
-- 
1.7.9.2

openSUSE Build Service is sponsored by