summaryrefslogtreecommitdiff
path: root/server/dispatch.c
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1987-07-01 14:09:53 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1987-07-01 14:09:53 +0000
commite80549fea12d9babbfe2a5c7ee26ca7d02c0f147 (patch)
tree9cd89b22be281537d886f370cc97c3420e0f71bc /server/dispatch.c
parent7d724bfb52db6f8f83318829c149b7cb8a18ea80 (diff)
need to pass the HM_CTL to the hostm_dispatch
Diffstat (limited to 'server/dispatch.c')
-rw-r--r--server/dispatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/dispatch.c b/server/dispatch.c
index 0d43332..46f3848 100644
--- a/server/dispatch.c
+++ b/server/dispatch.c
@@ -91,7 +91,7 @@ struct sockaddr_in *who;
server_dispatch(notice, auth, who);
return;
} else if (class_is_hm(notice)) {
- syslog(LOG_WARNING, "HM_CTL received?");
+ hostm_dispatch(notice, auth, who);
return;
} else if (class_is_control(notice)) {
control_dispatch(notice, auth, who);