Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
No build reason found for SLE-Module-Development-Tools-OBS:aarch64
openSUSE:Leap:42.1:Update
systemd-mini.4328
0012-journald-remove-stray-reset-of-error-retur...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0012-journald-remove-stray-reset-of-error-return-value.patch of Package systemd-mini.4328
From 2fc74bf4336eb7a7e40c0b355d19966cd97d4b3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= <zbyszek@in.waw.pl> Date: Mon, 10 Mar 2014 21:19:23 -0400 Subject: [PATCH] journald: remove stray reset of error return value --- src/journal/journald.c | 1 - 1 file changed, 1 deletion(-) diff --git src/journal/journald.c src/journal/journald.c index 37896d0..c8c0801 100644 --- src/journal/journald.c +++ src/journal/journald.c @@ -110,7 +110,6 @@ int main(int argc, char *argv[]) { r = sd_event_run(server.event, t); if (r < 0) { log_error("Failed to run event loop: %s", strerror(-r)); - r = -errno; goto finish; } -- 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