1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-04 08:23:12 +02:00
This commit is contained in:
stskeeps
2000-10-25 18:32:45 +00:00
parent 14bb1968ba
commit f4fde73489
+3 -1
View File
@@ -976,6 +976,7 @@ static int completed_connection(cptr)
sendto_ops("Lost N-Line for %s", get_client_name(cptr, FALSE));
return -1;
}
#ifdef USE_SSL
if (cline->options & CONNECT_SSL)
if (!ssl_client_handshake(cptr))
{
@@ -984,9 +985,10 @@ static int completed_connection(cptr)
}
else
{
cptr->flags |= FLAGS_SSL;
}
#endif
sendto_one(cptr, "PROTOCTL %s", PROTOCTL_SERVER);
sendto_one(cptr, "SERVER %s 1 :U%d-%s-%i %s",
my_name_for_link(me.name, aconf), UnrealProtocol, serveropts, me.serv->numeric,