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
30acf282
Unverified
Commit
30acf282
authored
Nov 08, 2018
by
Christian Brauner
Committed by
GitHub
Nov 08, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2721 from 2xsec/tizen
dlog: move match_dlog_fds()
parents
d2b2f629
1d5e5f26
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
start.c
src/lxc/start.c
+5
-5
No files found.
src/lxc/start.c
View file @
30acf282
...
@@ -297,17 +297,17 @@ restart:
...
@@ -297,17 +297,17 @@ restart:
if
(
matched
)
if
(
matched
)
continue
;
continue
;
#ifdef HAVE_DLOG
if
(
match_dlog_fds
(
direntp
))
continue
;
#endif
if
(
current_config
&&
fd
==
current_config
->
logfd
)
if
(
current_config
&&
fd
==
current_config
->
logfd
)
continue
;
continue
;
if
(
match_stdfds
(
fd
))
if
(
match_stdfds
(
fd
))
continue
;
continue
;
#ifdef HAVE_DLOG
if
(
match_dlog_fds
(
direntp
))
continue
;
#endif
if
(
closeall
)
{
if
(
closeall
)
{
close
(
fd
);
close
(
fd
);
closedir
(
dir
);
closedir
(
dir
);
...
...
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