/[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.51 by gray, Tue Jun 10 13:10:45 2003 UTC revision 1.52 by gray, Thu Jun 19 12:39:42 2003 UTC
# Line 16  Line 16 
16     Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */     Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
17    
18  #define RADIUS_MODULE_RADIUS_C  #define RADIUS_MODULE_RADIUS_C
 #ifndef lint  
 static char rcsid[] =  
 "@(#) $Id$";  
 #endif  
19    
20  #ifdef HAVE_CONFIG_H  #ifdef HAVE_CONFIG_H
21  # include <config.h>  # include <config.h>
# Line 268  radius_req_update(void *req_ptr, void *d Line 264  radius_req_update(void *req_ptr, void *d
264  {  {
265          RADIUS_REQ *req = req_ptr;          RADIUS_REQ *req = req_ptr;
266          RADIUS_UPDATE *upd = data_ptr;          RADIUS_UPDATE *upd = data_ptr;
         RADIUS_SERVER *server;  
         REALM *realm;  
         int i;  
267    
268          if (req->id != upd->id)          if (req->id != upd->id)
269                  return;                  return;
# Line 292  radius_req_free(void *req) Line 285  radius_req_free(void *req)
285  /*ARGSUSED*/  /*ARGSUSED*/
286  void  void
287  radius_req_drop(int type, void *data, void *orig_data,  radius_req_drop(int type, void *data, void *orig_data,
288                  int fd, char *status_str)                  int fd, const char *status_str)
289  {  {
290          RADIUS_REQ *radreq = data ? data : orig_data;          RADIUS_REQ *radreq = data ? data : orig_data;
         RADIUS_REQ *origreq = orig_data;  
         char buf[MAX_LONGNAME];  
291    
292          radlog_req(L_NOTICE, radreq,          radlog_req(L_NOTICE, radreq,
293                     "%s: %s", _("Dropping packet"),  status_str);                     "%s: %s", _("Dropping packet"),  status_str);

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52

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