From bfb2ce7bce807bf258a52498dc28a427ed6c146a Mon Sep 17 00:00:00 2001 From: stskeeps Date: Sat, 29 Jul 2000 18:10:48 +0000 Subject: [PATCH] . --- src/send.c | 3 +++ src/support.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/send.c b/src/send.c index da3efe3cb..bcb841f43 100644 --- a/src/send.c +++ b/src/send.c @@ -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)) diff --git a/src/support.c b/src/support.c index 095ad8059..9bbf71650 100644 --- a/src/support.c +++ b/src/support.c @@ -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)