mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-15 16:04:37 +00:00
BUG/MINOR: Lua: variable already initialized
The variable strm->hlua is already initilized by the function stream_new().
This commit is contained in:
parent
7bd10d58d3
commit
6b546a6048
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user