ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/restart.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/restart.c (file contents):
Revision 1630 by michael, Thu Nov 1 21:32:25 2012 UTC vs.
Revision 1631 by michael, Thu Nov 1 22:04:01 2012 UTC

# Line 80 | Line 80 | server_die(const char *mesg, int rboot)
80  
81    ilog(LOG_TYPE_IRCD, "%s", buffer);
82  
83 +  save_all_databases(NULL);
84 +
85    send_queued_all();
86    close_fds(NULL);
87  
86  save_all_databases(NULL);
88    unlink(pidFileName);
89  
90    if (rboot)

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)