Skip to content

Commit a4f14f9

Browse files
author
alonbg
committed
minor
1 parent b66a970 commit a4f14f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ngx_stream_lua_socket_tcp.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,8 @@ static void ngx_stream_lua_ssl_handshake_handler(ngx_connection_t *c);
143143
static int ngx_stream_lua_ssl_free_session(lua_State *L);
144144
#endif
145145
static void ngx_stream_lua_socket_tcp_close_connection(ngx_connection_t *c);
146-
#if (NGX_HAVE_TRANSPARENT_PROXY)
147146
static void ngx_stream_lua_inject_socket_option_consts(lua_State *L);
148-
#endif
147+
149148

150149
enum {
151150
SOCKET_CTX_INDEX = 1,

0 commit comments

Comments
 (0)