diff --git a/src/hlua.c b/src/hlua.c index 71812a6de..35acff79c 100644 --- a/src/hlua.c +++ b/src/hlua.c @@ -2356,7 +2356,6 @@ __LJMP static int hlua_socket_new(lua_State *L) /* 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