Skip to content

Commit

Permalink
Check in 1.6.19
Browse files Browse the repository at this point in the history
  • Loading branch information
gwanglst committed Jan 14, 2021
1 parent e5aeacb commit 647e104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sslpp/sslticket.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ int SslTicket::ticketCb(SSL *pSSL, unsigned char aName[16], unsigned char *iv,

if (pSessKey->expireSec < (DateTime::s_curTime + (m_iLifetime >> 1)))
{
LS_WARN("[SSLTicket] ticketCb() SHM keys need rotation");
LS_NOTICE("[SSLTicket] ticketCb() SHM keys need rotation");
checkShmExpire(pShmData);
memmove(&m_keys, &pShmData->m_keys,
(sizeof(STKey_t) + sizeof(short)) * SSLTICKET_NUMKEYS);
Expand Down

0 comments on commit 647e104

Please sign in to comment.