Skip to content

Commit

Permalink
logged that "the lifetime of bytes in phase 1 will be ignored at the …
Browse files Browse the repository at this point in the history
…moment"

when it is defined in the configuration file.
  • Loading branch information
sakane committed Mar 16, 2001
1 parent 720c2ea commit 5385a8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kame/kame/racoon/cfparse.y
@@ -1,4 +1,4 @@
/* $KAME: cfparse.y,v 1.91 2001/03/15 11:44:08 sakane Exp $ */
/* $KAME: cfparse.y,v 1.92 2001/03/16 04:36:01 sakane Exp $ */

%{
#include <sys/types.h>
Expand Down Expand Up @@ -1096,6 +1096,8 @@ remote_spec
EOS
| LIFETIME LIFETYPE_BYTE NUMBER unittype_byte
{
yywarn("the lifetime of bytes in phase 1 "
"will be ignored at the moment.");
prhead->lifebyte = fix_lifebyte($3 * $4);
if (prhead->lifebyte == 0)
return -1;
Expand Down

0 comments on commit 5385a8b

Please sign in to comment.