2
0
mirror of git://github.com/lxc/lxc synced 2025-09-01 02:40:28 +00:00

dlog: move match_dlog_fds()

Signed-off-by: 2xsec <dh48.jeong@samsung.com>
This commit is contained in:
2xsec
2018-11-08 19:18:41 +09:00
parent d2b2f6298c
commit 1d5e5f26b8

View File

@@ -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);