From: Alan T. DeKok Date: Mon, 5 Dec 2016 12:37:10 +0000 (-0500) Subject: fix typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44709dad35dbc5b1ee7a2dad9cd5be73230caad4;p=thirdparty%2Ffreeradius-server.git fix typo --- diff --git a/src/util/channel.c b/src/util/channel.c index 3f77601bd02..e02bbee0cd8 100644 --- a/src/util/channel.c +++ b/src/util/channel.c @@ -445,7 +445,7 @@ int fr_channel_send_reply(fr_channel_t *ch, fr_channel_data_t *cd, fr_channel_da * predictions about packet processing time? */ if (((end->ack - end->sequence) <= 5) && - ((when- - end->last_read_other < SIGNAL_INTERVAL) || + ((when - end->last_read_other < SIGNAL_INTERVAL) || ((when - end->last_sent_signal) < SIGNAL_INTERVAL))) { MPRINT("WORKER SKIPS\n"); return 0;