From f4fd54298be0a25ca086f5082ac263b65b1ca1b8 Mon Sep 17 00:00:00 2001 From: Richard Basch Date: Wed, 5 May 1993 09:09:47 +0000 Subject: Commented out unreached code. --- server/uloc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server/uloc.c') diff --git a/server/uloc.c b/server/uloc.c index f162f7b..ee45c72 100644 --- a/server/uloc.c +++ b/server/uloc.c @@ -419,10 +419,12 @@ ulocate_dispatch(notice, auth, who, server) nack(notice, who); return(ZERR_NONE); } +#if 0 if (server == me_server) { server_forward(notice, auth, who); ack(notice, who); } +#endif return(ZERR_NONE); } -- cgit v1.2.3