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:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user