From 61ced277d4f1cc15e13b2a1044ac0f594ab7aec6 Mon Sep 17 00:00:00 2001 From: Richard Basch Date: Tue, 20 Apr 1993 12:42:14 +0000 Subject: Cosmetic changes (comment, indentation). (was investigating unreached code) --- server/uloc.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'server/uloc.c') diff --git a/server/uloc.c b/server/uloc.c index 48c3ef5..f162f7b 100644 --- a/server/uloc.c +++ b/server/uloc.c @@ -384,7 +384,6 @@ sense_logout(notice, who) /* * Dispatch a LOCATE notice. */ - Code_t ulocate_dispatch(notice, auth, who, server) ZNotice_t *notice; @@ -410,9 +409,8 @@ ulocate_dispatch(notice, auth, who, server) #if 0 zdbug((LOG_DEBUG,"locate")); #endif - /* we are talking to a current-rev client; send an - acknowledgement-message */ - ack(notice, who); + /* we are talking to a current-rev client; send an ack */ + ack(notice, who); ulogin_locate(notice, who, auth); return(ZERR_NONE); } else { -- cgit v1.2.3