Skip to content

Instantly share code, notes, and snippets.

@postwait
Created January 15, 2014 03:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save postwait/8430505 to your computer and use it in GitHub Desktop.
Save postwait/8430505 to your computer and use it in GitHub Desktop.
diff --git a/iocore/net/SSLUtils.cc b/iocore/net/SSLUtils.cc
index f77287e..454ccf1 100644
--- a/iocore/net/SSLUtils.cc
+++ b/iocore/net/SSLUtils.cc
@@ -801,7 +801,7 @@ SSLUtils_lua_ssl_store_ssl_context(lua_State* L)
LUAGETF(ssl_key_name);
LUAGETF(ssl_ca_name);
LUAGETF(ssl_cert_name);
- // TODO: ticket_key_filename stuff should be popped here I think
+ LUAGETF(ticket_key_filename);
if (!ssl_store_ssl_context(params, lookup, dest_ip, ssl_cert_name, ssl_ca_name, ssl_key_name, -1, ticket_key_filename))
lua_pushboolean(L,0);
else
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment