Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
johzchen committed Dec 24, 2020
1 parent c12b559 commit 7f00004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apisix/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ function _M.http_ssl_phase()
core.log.error("failed to fetch ssl config: ", err)
end
-- clear the ctx of the ssl phase, avoid affecting other phases
ngx.ctx = nil
ngx.ctx = nil
ngx_exit(-1)
end

Expand Down

0 comments on commit 7f00004

Please sign in to comment.