1 diff --git a/request-key.c b/request-key.c
2 index bf47c0a..105fee8 100644
5 @@ -313,7 +313,7 @@ static void scan_conf_dir(struct parameters *params, const char *confdir)
6 while ((d = readdir(dir))) {
7 if (d->d_name[0] == '.')
9 - if (d->d_type != DT_UNKNOWN && d->d_type != DT_REG)
10 + if (d->d_type != DT_UNKNOWN && d->d_type != DT_REG && d->d_type != DT_LNK)
12 l = strlen(d->d_name);