Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
dbc3de6a
Commit
dbc3de6a
authored
Mar 05, 2014
by
Serge Hallyn
Committed by
Stéphane Graber
Mar 07, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add missing return false on error path
Signed-off-by:
Serge Hallyn
<
serge.hallyn@ubuntu.com
>
parent
f699807c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
cgmanager.c
src/lxc/cgmanager.c
+1
-0
No files found.
src/lxc/cgmanager.c
View file @
dbc3de6a
...
@@ -128,6 +128,7 @@ static bool do_cgm_dbus_connect(void)
...
@@ -128,6 +128,7 @@ static bool do_cgm_dbus_connect(void)
ERROR
(
"Error pinging cgroup manager: %s"
,
nerr
->
message
);
ERROR
(
"Error pinging cgroup manager: %s"
,
nerr
->
message
);
nih_free
(
nerr
);
nih_free
(
nerr
);
cgm_dbus_disconnect
();
cgm_dbus_disconnect
();
return
false
;
}
}
return
true
;
return
true
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment