diff --git a/src/core/probe.c b/src/core/probe.c index e9c4792..20988a1 100644 --- a/src/core/probe.c +++ b/src/core/probe.c @@ -96,7 +96,7 @@ static void probe_net_event(struct net_connection* con, int events, void *arg) net_con_ssl_handshake(con, NET_CON_SSL_MODE_SERVER); return; } -#endifq +#endif probe_destroy(probe); return; }