Skip to content
Snippets Groups Projects
Commit bc49c34a authored by Tobias S. Josefowitz's avatar Tobias S. Josefowitz
Browse files

SSL.Context: Honour int(0..1) return type in offers_tickets()

parent 4ef1b3ed
No related branches found
No related tags found
No related merge requests found
...@@ -996,7 +996,7 @@ array(string(8bit)|int) encode_ticket(Session session) ...@@ -996,7 +996,7 @@ array(string(8bit)|int) encode_ticket(Session session)
//! @[encode_ticket()]. //! @[encode_ticket()].
int(0..1) offers_tickets() int(0..1) offers_tickets()
{ {
return use_cache; return !!use_cache;
} }
//! Create a new session. //! Create a new session.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment