mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 07:07:04 +02:00
CLEANUP: hlua: fix CertCache class comment
CLASS_CERTCACHE is used to declare CertCache global object, not Regex one
This copy-paste typo introduced was in 30fcca18
("MINOR: ssl/lua:
CertCache.set() allows to update an SSL certificate file")
This commit is contained in:
parent
4f906a9c38
commit
a63f2cde94
@ -13689,7 +13689,7 @@ lua_State *hlua_init_state(int thread_num)
|
|||||||
lua_newtable(L);
|
lua_newtable(L);
|
||||||
/* Register */
|
/* Register */
|
||||||
hlua_class_function(L, "set", hlua_ckch_set);
|
hlua_class_function(L, "set", hlua_ckch_set);
|
||||||
lua_setglobal(L, CLASS_CERTCACHE); /* Create global object called Regex */
|
lua_setglobal(L, CLASS_CERTCACHE); /* Create global object called CertCache */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user