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

Comparing ircd-hybrid/src/restart.c (file contents):
Revision 97 by michael, Sun Oct 9 08:42:57 2005 UTC vs.
Revision 743 by adx, Sun Jul 23 20:03:42 2006 UTC

# Line 68 | Line 68 | server_die(const char *mesg, int rboot)
68    send_queued_all();
69    close_fds(NULL);
70  
71 <  unlink(pidFileName);
71 >  unlink(ServerState.pidfile);
72  
73    if (rboot)
74    {
# Line 82 | Line 82 | server_die(const char *mesg, int rboot)
82   void
83   ircd_outofmemory(void)
84   {
85 <  server_die("Out of memory", 1);
85 >  server_die("Out of memory", YES);
86   }

Diff Legend

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