From: Alan T. DeKok Date: Thu, 12 Dec 2019 17:12:34 +0000 (-0500) Subject: typo. Use the correct variable X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b8ef4d241b5d05c1c8fa7fd0f61cead90bec1cf;p=thirdparty%2Ffreeradius-server.git typo. Use the correct variable --- diff --git a/src/lib/server/cf_file.c b/src/lib/server/cf_file.c index 2ec86f2cf88..9fa7e504ad2 100644 --- a/src/lib/server/cf_file.c +++ b/src/lib/server/cf_file.c @@ -1948,7 +1948,7 @@ do_frame: /* * Allow for $TEMPLATE things */ - if (strncasecmp(buff[1], "$TEMPLATE", 9) == 0) { + if (strncasecmp(ptr, "$TEMPLATE", 9) == 0) { ptr += 9; fr_skip_whitespace(ptr);