diff --git a/src/config.c b/src/config.c index 56c4d782..798b7ddb 100644 --- a/src/config.c +++ b/src/config.c @@ -691,7 +691,7 @@ void read_FTLconf(void) // defaults to: DROP buffer = parse_FTLconf(fp, "REPLY_WHEN_BUSY"); - if(buffer != NULL && strcasecmp(buffer, "ACCEPT") == 0) + if(buffer != NULL && strcasecmp(buffer, "ALLOW") == 0) { config.reply_when_busy = BUSY_ALLOW; logg(" REPLY_WHEN_BUSY: Permit queries when the database is busy");