]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
shut up compiler
authorAlan T. DeKok <aland@freeradius.org>
Sat, 6 Nov 2021 15:13:44 +0000 (11:13 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 7 Nov 2021 17:17:02 +0000 (12:17 -0500)
src/lib/util/log.c

index f91f352e6f2ca6ad229ca01aa8ec9bbf9807ce93..5580a2e7dd9a3a152fc047c9401d3989e09827df 100644 (file)
@@ -504,7 +504,7 @@ void fr_vlog(fr_log_t const *log, fr_log_type_t type, char const *file, int line
 #ifdef HAVE_SYSLOG_H
        case L_DST_SYSLOG:
        {
-               int syslog_priority;
+               int syslog_priority = L_DBG;
 
                switch (type) {
                case L_DBG: