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

Diff of /radius/radiusd/radiusd.c

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

revision 1.127 by gray, Thu Jun 5 14:29:43 2003 UTC revision 1.128 by gray, Fri Jun 6 08:31:46 2003 UTC
# Line 722  radiusd_main_loop() Line 722  radiusd_main_loop()
722          radlog(L_INFO, _("Ready to process requests."));          radlog(L_INFO, _("Ready to process requests."));
723    
724          for(;;) {          for(;;) {
725                    struct timeval tv;
726                    
727                  check_reload();                  check_reload();
728                  input_select(radius_input, NULL);                  tv.tv_sec = 2;
729                    tv.tv_usec = 0;
730                    input_select(radius_input, &tv);
731          }          }
732  }  }
733    

Legend:
Removed from v.1.127  
changed lines
  Added in v.1.128

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