X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fmodules-load.c;h=2dd432695f5f4c028264cd111b5f5912cfcbb567;hb=3b2775c5cea96060b2c4c44fee18b87b5d51cb02;hp=3e3ccb0c2f2f188b3939497b8d0b1db091b57aa1;hpb=70ca520f43d8cd3f9c6895d20ec87498b626bd75;p=elogind.git diff --git a/src/modules-load.c b/src/modules-load.c index 3e3ccb0c2..2dd432695 100644 --- a/src/modules-load.c +++ b/src/modules-load.c @@ -43,7 +43,8 @@ static int scandir_filter(const struct dirent *d) { return 0; if (d->d_type != DT_REG && - d->d_type != DT_LNK) + d->d_type != DT_LNK && + d->d_type != DT_UNKNOWN) return 0; return endswith(d->d_name, ".conf");