summaryrefslogtreecommitdiff
path: root/server/uloc.c
diff options
context:
space:
mode:
authorGravatar Richard Basch <probe@mit.edu>1993-04-20 12:42:14 +0000
committerGravatar Richard Basch <probe@mit.edu>1993-04-20 12:42:14 +0000
commit61ced277d4f1cc15e13b2a1044ac0f594ab7aec6 (patch)
tree2c026d1363bb0928af1fb75cf5a35929ad2d277f /server/uloc.c
parent79229657d73ba7ad5b84c80399cf8c0660dee4b8 (diff)
Cosmetic changes (comment, indentation).
(was investigating unreached code)
Diffstat (limited to 'server/uloc.c')
-rw-r--r--server/uloc.c6
1 files changed, 2 insertions, 4 deletions
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 {