mirror of
git://github.com/lxc/lxc
synced 2025-08-31 14:54:09 +00:00
dlog: move match_dlog_fds()
Signed-off-by: 2xsec <dh48.jeong@samsung.com>
This commit is contained in:
@@ -297,17 +297,17 @@ restart:
|
||||
if (matched)
|
||||
continue;
|
||||
|
||||
#ifdef HAVE_DLOG
|
||||
if (match_dlog_fds(direntp))
|
||||
continue;
|
||||
|
||||
#endif
|
||||
if (current_config && fd == current_config->logfd)
|
||||
continue;
|
||||
|
||||
if (match_stdfds(fd))
|
||||
continue;
|
||||
|
||||
#ifdef HAVE_DLOG
|
||||
if (match_dlog_fds(direntp))
|
||||
continue;
|
||||
|
||||
#endif
|
||||
if (closeall) {
|
||||
close(fd);
|
||||
closedir(dir);
|
||||
|
Reference in New Issue
Block a user