1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-10 05:23:13 +02:00
This commit is contained in:
stskeeps
2000-07-29 18:10:48 +00:00
parent 6854c9a063
commit bfb2ce7bce
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -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
View File
@@ -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)