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.2 by pcg, Fri Mar 18 02:32:20 2005 UTC vs.
Revision 1.3 by pcg, Wed Mar 23 20:07:56 2005 UTC

255 255
256 RAND_load_file ("/dev/urandom", 1024); 256 RAND_load_file ("/dev/urandom", 1024);
257 257
258 if (!THISNODE) 258 if (!THISNODE)
259 { 259 {
260 slog (L_ERR, _("current node not set, or node '%s' not found in configfile, specify the nodename when starting vped."), 260 slog (L_ERR, _("current node not set, or node '%s' not found in configfile, specify the nodename when starting gvpe."),
261 thisnode ? thisnode : "<unset>"); 261 thisnode ? thisnode : "<unset>");
262 exit (EXIT_FAILURE); 262 exit (EXIT_FAILURE);
263 } 263 }
264 264
265 if (detach (do_detach)) 265 if (detach (do_detach))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines