diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/openssl.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/openssl.c b/src/openssl.c index 5507762..f0d2a38 100644 --- a/src/openssl.c +++ b/src/openssl.c | |||
@@ -1191,6 +1191,9 @@ static _Bool auxL_newclass(lua_State *L, const char *name, const auxL_Reg *metho | |||
1191 | _Bool fresh = auxL_newmetatable(L, name, reset); | 1191 | _Bool fresh = auxL_newmetatable(L, name, reset); |
1192 | int n; | 1192 | int n; |
1193 | 1193 | ||
1194 | if (!reset && !fresh) | ||
1195 | return fresh; | ||
1196 | |||
1194 | auxL_setfuncs(L, metamethods, 0); | 1197 | auxL_setfuncs(L, metamethods, 0); |
1195 | 1198 | ||
1196 | if ((n = auxL_liblen(methods))) { | 1199 | if ((n = auxL_liblen(methods))) { |