mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-08 15:13:13 +02:00
+- Recoded m_server(YES!) -stskeeps
+- Fixed a #undef USE_SSL problem found by codemastr.. caused by + Sts(TM)coding
This commit is contained in:
@@ -1048,6 +1048,7 @@ int m_server_synch(aClient *cptr, long numeric, ConfigItem_link *aconf)
|
||||
cptr->flags |= FLAGS_TS8;
|
||||
nextping = TStime();
|
||||
(void)find_or_add(cptr->name);
|
||||
#ifdef USE_SSL
|
||||
if (IsSecure(cptr))
|
||||
{
|
||||
sendto_serv_butone(&me, ":%s SMO o :(\2link\2) Secure link %s -> %s established (%s)",
|
||||
@@ -1056,6 +1057,7 @@ int m_server_synch(aClient *cptr, long numeric, ConfigItem_link *aconf)
|
||||
me.name, inpath, (char *) ssl_get_cipher((SSL *)cptr->ssl));
|
||||
}
|
||||
else
|
||||
#endif
|
||||
{
|
||||
sendto_serv_butone(&me, ":%s SMO o :(\2link\2) Link %s -> %s established",
|
||||
me.name, me.name, inpath);
|
||||
|
||||
Reference in New Issue
Block a user