Skip to content

Commit 517455f

Browse files
morpheuagentzh
authored andcommitted
bugfix: key_rotation: the "disable_shm_cache" option was not actually forwarded.
Signed-off-by: Yichun Zhang (agentzh) <[email protected]>
1 parent 9c819f4 commit 517455f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lualib/ngx/ssl/session/ticket/key_rotation.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ function _M.init(opts)
262262
local meta_shdict = require "resty.shdict.simple"
263263
meta_shdict_set, meta_shdict_get = meta_shdict.gen_shdict_methods{
264264
dict_name = shdict_name,
265+
disable_shdict = disable_shm_cache,
265266
debug_logger = dlog,
266267
warn_logger = warn,
267268
error_logger = error_log,

0 commit comments

Comments
 (0)