Fixed some minor issues found during code review.

This commit is contained in:
Jan Vidar Krey
2010-05-25 22:47:30 +02:00
parent 473ff0e159
commit 77faac0494
3 changed files with 14 additions and 10 deletions

View File

@@ -92,9 +92,10 @@ static void probe_net_event(struct net_connection* con, int events, void *arg)
net_con_ssl_handshake(con, net_con_ssl_mode_server, probe->hub->ssl_ctx);
return;
}
#endif
#else
probe_destroy(probe);
return;
#endif
}
}
}