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

Comparing gvpe/src/vpn.C (file contents):
Revision 1.67 by root, Fri Oct 11 04:07:24 2013 UTC vs.
Revision 1.68 by root, Wed Jul 15 23:04:06 2015 UTC

404 return false; 404 return false;
405 } 405 }
406 406
407 if (mkdir (dir, 0700)) 407 if (mkdir (dir, 0700))
408 { 408 {
409 slog (L_CRIT, _("unable to crate anonymous root directory.")); 409 slog (L_CRIT, _("unable to create anonymous root directory."));
410 return false; 410 return false;
411 } 411 }
412 412
413 if (chdir (dir)) 413 if (chdir (dir))
414 { 414 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines