1 diff --git a/config.c b/config.c
2 index e6d5d1d..dd004a9 100644
5 @@ -519,7 +519,11 @@ static int readConfigFile(const char *configFile, struct logInfo *defConfig)
6 length arrays -- of course, if we aren't run setuid it doesn't
10 fd = open(configFile, O_RDONLY | O_CLOEXEC);
12 + fd = open(configFile, O_RDONLY);
15 message(MESS_ERROR, "failed to open config file %s: %s\n",
16 configFile, strerror(errno));