Skip to content
Snippets Groups Projects
Commit aed769f6 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

sipvoiplink: removed erroneous FIXME

parent 6413b9a2
No related branches found
No related tags found
No related merge requests found
......@@ -1405,7 +1405,6 @@ SIPVoIPLink::createTlsTransport(const std::string &remoteAddr,
// The local tls listener
static pjsip_tpfactory *localTlsListener = NULL;
// FIXME: localTlsListener will always be NULL
if (localTlsListener == NULL)
createTlsListener(tlsListenerPort, tlsSettings, &localTlsListener);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment