summaryrefslogtreecommitdiff
path: root/server/uloc.c
diff options
context:
space:
mode:
authorGravatar Richard Basch <probe@mit.edu>1993-05-05 09:09:47 +0000
committerGravatar Richard Basch <probe@mit.edu>1993-05-05 09:09:47 +0000
commitf4fd54298be0a25ca086f5082ac263b65b1ca1b8 (patch)
treea7fe2aa3f68928855a535e27de52c8cee449a091 /server/uloc.c
parent494087373fbcd5fec07e981ee0d5b3918cec5916 (diff)
Commented out unreached code.
Diffstat (limited to 'server/uloc.c')
-rw-r--r--server/uloc.c2
1 files changed, 2 insertions, 0 deletions
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);
}