Corrected typo
authoraland <aland>
Wed, 24 Oct 2007 07:29:12 +0000 (07:29 +0000)
committeraland <aland>
Wed, 24 Oct 2007 07:29:12 +0000 (07:29 +0000)
src/main/event.c

index bc4b2c6..e183850 100644 (file)
@@ -169,7 +169,7 @@ static void snmp_inc_counters(REQUEST *request)
        case 0:
                if (request->packet->code == PW_AUTHENTICATION_REQUEST) {
                        rad_snmp.auth.total_bad_authenticators++;
-                       if (request->client && request->client->auth-) {
+                       if (request->client && request->client->auth) {
                                request->client->auth->bad_authenticators++;
                        }
                }