commit | 6b546a604889e4b9a94891c31b1af11812bfc241 | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <thierry.fournier@ozon.io> | Sun Jul 16 16:35:53 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jul 18 06:41:58 2017 +0200 |
tree | e27da70d1ab6f14b0c57ea42bb95ecde3b0ee8a5 | |
parent | 7bd10d58d3aecf7cf1e5ee7df01193e07128a52d [diff] |
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