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)