Subject: [PATCH] dhcpv6: Fix SIGSEGV while parsing saved configuration independently of flex version
diff --git a/src/lease_token.l b/src/lease_token.l
index 7349b39..96e1864 100644
--- a/src/lease_token.l
+++ b/src/lease_token.l
@@ -239,7 +239,6 @@ lease_parse(file)
 	
 	fseek(file, 0, 0);
 	yyin = file;
-	yy_init = 1;
 	yy_start = 0;
 	yylex(); 
 	return;
