]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorAlan T. DeKok <aland@freeradius.org>
Tue, 10 Sep 2019 13:29:02 +0000 (09:29 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 10 Sep 2019 13:29:02 +0000 (09:29 -0400)
src/lib/server/cf_file.c

index cbee2ffefc489637398f780d3a9cc6e168bc5e28..b8aa94235fc1875960d2f9b104faf09596a197fb 100644 (file)
@@ -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);