Fix stupid mistake.

This commit is contained in:
Jan Vidar Krey 2010-08-24 23:22:37 +02:00
parent 47cf3326fd
commit 474e2be308

View File

@ -61,7 +61,6 @@ static void probe_net_event(struct net_connection* con, int events, void *arg)
{ {
LOG_TRACE("Not TLS connection - closing connection."); LOG_TRACE("Not TLS connection - closing connection.");
} }
probe_destroy(probe);
} }
else else
#endif #endif