/[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.123 by gray, Tue May 6 13:04:14 2003 UTC revision 1.124 by gray, Thu May 29 09:29:58 2003 UTC
# Line 298  radiusd_preconfig_hook(void *a ARG_UNUSE Line 298  radiusd_preconfig_hook(void *a ARG_UNUSE
298                    
299          /* Terminate all subprocesses */          /* Terminate all subprocesses */
300          rpp_kill(-1, SIGTERM);          rpp_kill(-1, SIGTERM);
301            sleep(2);
302          radiusd_cleanup();          radiusd_cleanup();
303          input_close_channels(radius_input);          input_close_channels(radius_input);
304  }  }
# Line 699  radiusd_exit() Line 700  radiusd_exit()
700          radiusd_flush_queue();          radiusd_flush_queue();
701          radlog(L_CRIT, _("Normal shutdown."));          radlog(L_CRIT, _("Normal shutdown."));
702    
703            rpp_kill(-1, SIGTERM);
704            radiusd_exit0();
705    }
706    
707    void
708    radiusd_exit0()
709    {
710  #ifdef USE_SQL  #ifdef USE_SQL
711          radiusd_sql_shutdown();          radiusd_sql_shutdown();
712  #endif  #endif

Legend:
Removed from v.1.123  
changed lines
  Added in v.1.124

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