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