From: Alan T. DeKok Date: Fri, 9 Dec 2016 16:02:20 +0000 (-0500) Subject: shut up stupid compiler X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a54579b7a4c4dd0decf0bc2c46b94f4b32b4953f;p=thirdparty%2Ffreeradius-server.git shut up stupid compiler --- diff --git a/src/util/channel.c b/src/util/channel.c index 318a6827e00..73fbd675c5a 100644 --- a/src/util/channel.c +++ b/src/util/channel.c @@ -586,7 +586,7 @@ fr_channel_event_t fr_channel_service_kevent(fr_atomic_queue_t *aq, struct keven uint64_t ack; fr_channel_end_t *end; fr_channel_t *ch; - fr_channel_event_t ce; + fr_channel_event_t ce = FR_CHANNEL_ERROR; rad_assert(kev->filter == EVFILT_USER);