From: Alan T. DeKok Date: Sat, 6 Nov 2021 15:13:44 +0000 (-0400) Subject: shut up compiler X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adcc65b0baef83136b5a2c21018cd44fcc92a311;p=thirdparty%2Ffreeradius-server.git shut up compiler --- diff --git a/src/lib/util/log.c b/src/lib/util/log.c index f91f352e6f2..5580a2e7dd9 100644 --- a/src/lib/util/log.c +++ b/src/lib/util/log.c @@ -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: