Skip to content

Commit

Permalink
ip_transparent
Browse files Browse the repository at this point in the history
  • Loading branch information
alonbg committed Sep 18, 2016
1 parent 1829004 commit 9402927
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ngx_stream_lua_socket_tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,9 @@ static void ngx_stream_lua_ssl_handshake_handler(ngx_connection_t *c);
static int ngx_stream_lua_ssl_free_session(lua_State *L);
#endif
static void ngx_stream_lua_socket_tcp_close_connection(ngx_connection_t *c);
#if (NGX_HAVE_TRANSPARENT_PROXY)
static void ngx_stream_lua_inject_socket_option_consts(lua_State *L);

#endif

enum {
SOCKET_CTX_INDEX = 1,
Expand Down

0 comments on commit 9402927

Please sign in to comment.