summaryrefslogtreecommitdiff
blob: 00de8a6debb890daca06a6d963d0711cf39008c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: fbsd-6/lib/libipsec/policy_token.l
===================================================================
--- fbsd-6.orig/lib/libipsec/policy_token.l
+++ fbsd-6/lib/libipsec/policy_token.l
@@ -138,8 +138,6 @@ void
 __policy__strbuffer__init__(msg)
 	char *msg;
 {
-	if (yy_current_buffer)
-		yy_delete_buffer(yy_current_buffer);
 	strbuffer = (YY_BUFFER_STATE)yy_scan_string(msg);
 	yy_switch_to_buffer(strbuffer);