Corrected typo. Found by Kevin Bonner
authoraland <aland>
Tue, 17 Apr 2007 16:08:00 +0000 (16:08 +0000)
committeraland <aland>
Tue, 17 Apr 2007 16:08:00 +0000 (16:08 +0000)
src/modules/rlm_perl/rlm_perl.c

index 4552bca..a69a754 100644 (file)
@@ -1124,7 +1124,7 @@ static int perl_accounting(void *instance, REQUEST *request)
        int             acctstatustype=0;
 
        if ((pair = pairfind(request->packet->vps, PW_ACCT_STATUS_TYPE)) != NULL) {
-                acctstatustype = pair->vp_integer
+               acctstatustype = pair->vp_integer;
         } else {
                 radlog(L_ERR, "Invalid Accounting Packet");
                 return RLM_MODULE_INVALID;