mirror of https://github.com/Icinga/icinga2.git
parent
f151e1ae9e
commit
97f324ad3e
|
@ -661,7 +661,7 @@ bool Utility::GlobRecursive(const String& path, const String& pattern, const boo
|
|||
|
||||
struct stat statbuf;
|
||||
|
||||
if (lstat(cpath.CStr(), &statbuf) < 0)
|
||||
if (stat(cpath.CStr(), &statbuf) < 0)
|
||||
continue;
|
||||
|
||||
if (S_ISDIR(statbuf.st_mode))
|
||||
|
|
Loading…
Reference in New Issue