]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix typo
authorAlan T. DeKok <aland@freeradius.org>
Tue, 13 Oct 2009 10:52:12 +0000 (12:52 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 20 Oct 2009 22:04:59 +0000 (00:04 +0200)
src/modules/rlm_eap/rlm_eap.c

index 9b55c262c6b1b056c197bce55d7c37fb274b34f5..2f9a99115d1b7cc4135c675e1a458b8e571e8766 100644 (file)
@@ -94,7 +94,7 @@ static int eap_handler_cmp(const void *a, const void *b)
         *      EAP work.
         */
        if (fr_ipaddr_cmp(&one->src_ipaddr, &two->src_ipaddr) != 0) {
-               DEBUG("WARNING: EAP packets are arriving from two different upstream servers.  Has there been a proxy fail-over?")
+               DEBUG("WARNING: EAP packets are arriving from two different upstream servers.  Has there been a proxy fail-over?");
        }
 
        return 0;