summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--server/hostm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/hostm.c b/server/hostm.c
index c6a2ede..750ea95 100644
--- a/server/hostm.c
+++ b/server/hostm.c
@@ -216,8 +216,8 @@ ZServerDesc_t *server;
if ((clist = host->zh_clients))
for (clt = clist->q_forw; clt != clist; clt = clist->q_forw)
/* client_deregister frees this client & subscriptions
- and remque()s the client */
- client_deregister(clt->zclt_client, host);
+ & locations and remque()s the client */
+ client_deregister(clt->zclt_client, host, 1);
uloc_hflush(&host->zh_addr.sin_addr);
host_detach(&host->zh_addr.sin_addr, server);