]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
shut up compiler.
authorAlan T. DeKok <aland@freeradius.org>
Fri, 29 May 2020 13:27:24 +0000 (09:27 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 29 May 2020 13:27:24 +0000 (09:27 -0400)
src/lib/server/tmpl.c

index 50fb370e29e2ab2c52dc60c4554ad43393a1a14c..aab8c78722e21d5bd46f77412641be4552212abe 100644 (file)
@@ -2057,7 +2057,7 @@ ssize_t _tmpl_to_type(void *out,
 
        VALUE_PAIR              *vp = NULL;
 
-       fr_type_t               src_type;
+       fr_type_t               src_type = FR_TYPE_INVALID;
 
        ssize_t                 slen = -1;      /* quiet compiler */