ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/vped.C
(Generate patch)

Comparing gvpe/src/vped.C (file contents):
Revision 1.15 by pcg, Thu Jan 29 18:55:10 2004 UTC vs.
Revision 1.16 by pcg, Fri Apr 2 14:42:45 2004 UTC

149*/ 149*/
150void cleanup_and_exit(int c) 150void cleanup_and_exit(int c)
151{ 151{
152 network.shutdown_all (); 152 network.shutdown_all ();
153 153
154 if (pidfilename) 154 if (conf.pidfilename)
155 remove_pid (pidfilename); 155 remove_pid (conf.pidfilename);
156 156
157 slog (L_INFO, _("terminating with exit code %d"), c); 157 slog (L_INFO, _("terminating with exit code %d"), c);
158 158
159 exit (c); 159 exit (c);
160} 160}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines