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

Comparing gvpe/src/conf.C (file contents):
Revision 1.63 by root, Thu Jul 18 13:35:16 2013 UTC vs.
Revision 1.64 by root, Thu Jul 18 17:35:10 2013 UTC

286 loglevel l = string_to_loglevel (val); 286 loglevel l = string_to_loglevel (val);
287 287
288 if (l == L_NONE) 288 if (l == L_NONE)
289 return _("unknown loglevel, ignored"); 289 return _("unknown loglevel, ignored");
290 } 290 }
291 else if (!strcmp (var, "serial"))
292 strncpy (conf.serial, val, sizeof (conf.serial));
291 else if (!strcmp (var, "ip-proto")) 293 else if (!strcmp (var, "ip-proto"))
292 conf.ip_proto = atoi (val); 294 conf.ip_proto = atoi (val);
293 else if (!strcmp (var, "icmp-type")) 295 else if (!strcmp (var, "icmp-type"))
294 { 296 {
295#if ENABLE_ICMP 297#if ENABLE_ICMP

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines