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
e096ae3c
Unverified
Commit
e096ae3c
authored
Mar 02, 2019
by
Stéphane Graber
Committed by
GitHub
Mar 02, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2886 from brauner/2019-03-01/bugfixes
minor fixes
parents
40f125b4
0cacddda
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
conf.c
src/lxc/conf.c
+0
-1
confile.c
src/lxc/confile.c
+1
-1
No files found.
src/lxc/conf.c
View file @
e096ae3c
...
...
@@ -2813,7 +2813,6 @@ static int idmaptool_on_path_and_privileged(const char *binary, cap_value_t cap)
__do_free
char
*
path
=
NULL
;
int
ret
;
struct
stat
st
;
int
fret
=
0
;
errno
=
EINVAL
;
if
(
cap
!=
CAP_SETUID
&&
cap
!=
CAP_SETGID
)
...
...
src/lxc/confile.c
View file @
e096ae3c
...
...
@@ -2711,7 +2711,7 @@ int write_config(int fd, const struct lxc_conf *conf)
bool
do_append_unexp_config_line
(
struct
lxc_conf
*
conf
,
const
char
*
key
,
const
char
*
v
)
{
__do_free
char
*
tmp
;
__do_free
char
*
tmp
=
NULL
;
int
ret
;
size_t
len
;
...
...
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