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

Comparing gvpe/src/device-tincd.C (file contents):
Revision 1.9 by pcg, Sat Jan 17 01:18:36 2004 UTC vs.
Revision 1.10 by pcg, Thu Jan 29 18:55:10 2004 UTC

145 strcpy (ifrname, iface); 145 strcpy (ifrname, iface);
146 } 146 }
147 else 147 else
148 { 148 {
149 slog (L_ERR, _("error while configuring tincd device %s on %s"), info (), device); 149 slog (L_ERR, _("error while configuring tincd device %s on %s"), info (), device);
150 exit (1); 150 exit (EXIT_FAILURE);
151 } 151 }
152} 152}
153 153
154tap_device::~tap_device () 154tap_device::~tap_device ()
155{ 155{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines