From: Alan T. DeKok Date: Tue, 10 Sep 2019 13:29:02 +0000 (-0400) Subject: typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47930d60b6910bc2bb602244e4f1825e96014add;p=thirdparty%2Ffreeradius-server.git typo --- diff --git a/src/lib/server/cf_file.c b/src/lib/server/cf_file.c index cbee2ffefc4..b8aa94235fc 100644 --- a/src/lib/server/cf_file.c +++ b/src/lib/server/cf_file.c @@ -1354,7 +1354,7 @@ static int cf_section_read(char const *filename, int *lineno, FILE *fp, * double quoted string, even if it isn't * enclosed in double quotes. */ - if (name1_token == T_DOUBLE_QUOTE_STRING) quote = '"'; + if (name1_token == T_DOUBLE_QUOTED_STRING) quote = '"'; if ((quote == '`') || (quote == '\'') || (quote == '"')) { (void) fr_value_str_unescape((uint8_t *) buff[1], buff[1], outlen, quote);