Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:GA
systemd-mini
0001-machine-don-t-return-uninitialized-variabl...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-machine-don-t-return-uninitialized-variable.patch of Package systemd-mini
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
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor