diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/openssl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openssl.c b/src/openssl.c index c589d6c..b14a463 100644 --- a/src/openssl.c +++ b/src/openssl.c | |||
@@ -2942,7 +2942,7 @@ static int xx_getLastUpdate(lua_State *L) { | |||
2942 | updated = timeutc(time); | 2942 | updated = timeutc(time); |
2943 | 2943 | ||
2944 | if (isfinite(updated)) | 2944 | if (isfinite(updated)) |
2945 | lua_pushnumber(L, 1); | 2945 | lua_pushnumber(L, updated); |
2946 | else | 2946 | else |
2947 | lua_pushnil(L); | 2947 | lua_pushnil(L); |
2948 | 2948 | ||