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

Comparing gvpe/src/gvpe.C (file contents):
Revision 1.19 by root, Tue Feb 15 13:31:23 2011 UTC vs.
Revision 1.21 by root, Wed Oct 12 22:51:10 2011 UTC

286 286
287 setup_signals (); 287 setup_signals ();
288 288
289 if (!network.setup ()) 289 if (!network.setup ())
290 { 290 {
291 ev_loop (EV_DEFAULT_ 0); 291 ev_run (EV_DEFAULT_ 0);
292 cleanup_and_exit (EXIT_FAILURE); 292 cleanup_and_exit (EXIT_FAILURE);
293 } 293 }
294 294
295 slog (L_ERR, _("unrecoverable error while setting up network, exiting.")); 295 slog (L_ERR, _("unrecoverable error while setting up network, exiting."));
296 cleanup_and_exit (EXIT_FAILURE); 296 cleanup_and_exit (EXIT_FAILURE);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines