summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--server/dispatch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/dispatch.c b/server/dispatch.c
index 8b9507a..256a786 100644
--- a/server/dispatch.c
+++ b/server/dispatch.c
@@ -990,6 +990,7 @@ control_dispatch(ZNotice_t *notice,
someone who has no subscriptions does NOT get a SERVNAK
but rather an empty list. Note we must therefore
check authentication inside subscr_sendlist */
+ ack(notice, who);
subscr_sendlist(notice, auth, who);
return ZERR_NONE;
} else if (!auth) {