/[LeafOK_CVS]/lbbs/src/menu_proc.c
ViewVC logotype

Diff of /lbbs/src/menu_proc.c

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

Revision 1.22 by sysadm, Sun Jun 1 03:07:42 2025 UTC Revision 1.23 by sysadm, Wed Jun 4 13:42:53 2025 UTC
# Line 127  int reload_bbs_conf(void *param) Line 127  int reload_bbs_conf(void *param)
127    
128  int shutdown_bbs(void *param)  int shutdown_bbs(void *param)
129  {  {
130          log_std("Notify main process to exit\n");          log_common("Notify main process to exit\n");
131    
132          if (kill(getppid(), SIGTERM) < 0)          if (kill(getppid(), SIGTERM) < 0)
133          {          {


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1