BUG/MINOR: Lua: variable already initialized

The variable strm->hlua is already initilized by the function stream_new().
diff --git a/src/hlua.c b/src/hlua.c
index 71812a6..35acff7 100644
--- a/src/hlua.c
+++ b/src/hlua.c
@@ -2356,7 +2356,6 @@
 
 	/* Configure an empty Lua for the stream. */
 	socket->s = strm;
-	strm->hlua = NULL;
 
 	/* Configure "right" stream interface. this "si" is used to connect
 	 * and retrieve data from the server. The connection is initialized