Skip to content

Commit e3d9af3

Browse files
visleezhuizhuhaomeng
authored andcommitted
bugfix: compilation failed when building without --with-stream_ssl_module.
1 parent 99036da commit e3d9af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngx_stream_lua_module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,10 +823,10 @@ ngx_stream_lua_create_srv_conf(ngx_conf_t *cf)
823823
static char *
824824
ngx_stream_lua_merge_srv_conf(ngx_conf_t *cf, void *parent, void *child)
825825
{
826-
#if (NGX_STREAM_SSL)
827826
ngx_stream_lua_srv_conf_t *prev = parent;
828827
ngx_stream_lua_srv_conf_t *conf = child;
829828

829+
#if (NGX_STREAM_SSL)
830830
ngx_stream_ssl_conf_t *sscf;
831831

832832
dd("merge srv conf");

0 commit comments

Comments
 (0)