mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-10 05:23:13 +02:00
.
This commit is contained in:
@@ -248,6 +248,9 @@ void sendbufto_one(aClient *to)
|
||||
{
|
||||
s = (char *) ep_encrypt(to, sendbuf, &len);
|
||||
bcopy(s, sendbuf, len);
|
||||
#ifdef DEVELOP
|
||||
sendto_ops("Sent off encrypted packet len %i", len);
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
if (DBufLength(&to->sendQ) > get_sendq(to))
|
||||
|
||||
+1
-1
@@ -591,7 +591,7 @@ extern int Rha;
|
||||
int rh(void)
|
||||
{
|
||||
int fd;
|
||||
|
||||
return 0;
|
||||
/* test if this is an development release, just for security -
|
||||
we test if there is a Unreal*l, as it would be Unreal3.1-Silverheart(devel)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user