diff src/tokenizer.cpp @ 178:d6531c702be3

embedded dcc filtering
author carl
date Thu, 04 Oct 2007 22:45:21 -0700
parents c7fc218686f5
children 4db1457cd11a
line wrap: on
line diff
--- a/src/tokenizer.cpp	Sun Sep 30 10:27:14 2007 -0700
+++ b/src/tokenizer.cpp	Thu Oct 04 22:45:21 2007 -0700
@@ -373,7 +373,7 @@
 	}
 	if (streams.empty()) return NULL;
 	const int PENDING_LIMIT = 1000;
-	static u_char buffer[PENDING_LIMIT];
+	u_char buffer[PENDING_LIMIT];
 	int count = 0;
 	state st = s_init;
 	while (true) {