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
b7a1093e
Commit
b7a1093e
authored
Oct 05, 2015
by
Stéphane Graber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the type of i in lxc_mount_auto_mounts
Signed-off-by:
Stéphane Graber
<
stgraber@ubuntu.com
>
parent
1167aae1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
conf.c
src/lxc/conf.c
+1
-1
No files found.
src/lxc/conf.c
View file @
b7a1093e
...
@@ -747,7 +747,7 @@ static unsigned long add_required_remount_flags(const char *s, const char *d,
...
@@ -747,7 +747,7 @@ static unsigned long add_required_remount_flags(const char *s, const char *d,
static
int
lxc_mount_auto_mounts
(
struct
lxc_conf
*
conf
,
int
flags
,
struct
lxc_handler
*
handler
)
static
int
lxc_mount_auto_mounts
(
struct
lxc_conf
*
conf
,
int
flags
,
struct
lxc_handler
*
handler
)
{
{
int
r
;
int
r
;
size_
t
i
;
in
t
i
;
static
struct
{
static
struct
{
int
match_mask
;
int
match_mask
;
int
match_flag
;
int
match_flag
;
...
...
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