mirror of
git://github.com/lxc/lxc
synced 2025-08-30 14:22:23 +00:00
commit
30acf2823b
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user