/[radius]/radius/radiusd/radius.c
ViewVC logotype

Diff of /radius/radiusd/radius.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.59 by gray, Fri Oct 31 09:15:47 2003 UTC revision 1.60 by gray, Fri Oct 31 13:10:32 2003 UTC
# Line 164  radius_auth_req_decode(struct sockaddr_i Line 164  radius_auth_req_decode(struct sockaddr_i
164                  return 1;                  return 1;
165          }          }
166                    
         forward_request(R_AUTH, input, inputsize);  
           
167          /* RFC 2865 p. 2.2:          /* RFC 2865 p. 2.2:
168             The random challenge can either be included in the             The random challenge can either be included in the
169             CHAP-Challenge attribute or, if it is 16 octets long,             CHAP-Challenge attribute or, if it is 16 octets long,
# Line 210  radius_acct_req_decode(struct sockaddr_i Line 208  radius_acct_req_decode(struct sockaddr_i
208                  return 1;                  return 1;
209          }          }
210    
         forward_request(R_AUTH, input, inputsize);  
           
211          *output = radreq;          *output = radreq;
212          return 0;          return 0;
213  }  }
# Line 463  radius_respond(REQUEST *req) Line 459  radius_respond(REQUEST *req)
459  {  {
460          int rc;          int rc;
461          RADIUS_REQ *radreq = req->data;          RADIUS_REQ *radreq = req->data;
462            
463            forward_request(req->type, radreq);
464    
465  #ifdef USE_SQL  #ifdef USE_SQL
466          radiusd_sql_clear_cache();          radiusd_sql_clear_cache();
467  #endif  #endif

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26