summaryrefslogtreecommitdiff
path: root/server/uloc.c
diff options
context:
space:
mode:
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 {