]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
fix typo
authorAlan T. DeKok <aland@freeradius.org>
Mon, 5 Dec 2016 12:37:10 +0000 (07:37 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 5 Dec 2016 16:10:48 +0000 (11:10 -0500)
src/util/channel.c

index 3f77601bd02587ed02cfac7f12fccec2c76fb4a5..e02bbee0cd85482bf28c77397d93531e0d8829ab 100644 (file)
@@ -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;