Commit 3b431149 authored by hyperxor's avatar hyperxor

Fix static_cast

parent 84b53d6f
...@@ -330,7 +330,7 @@ void Listener::handleNewConnection() { ...@@ -330,7 +330,7 @@ void Listener::handleNewConnection() {
close(client_fd); close(client_fd);
return; return;
} }
ssl = static_cast<void*>(ssl); ssl = static_cast<void*>(ssl_data);
} }
#endif /* PISTACHE_USE_SSL */ #endif /* PISTACHE_USE_SSL */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment