]> jfr.im git - solanum.git/blobdiff - authd/authd.c
authd: add abiltiy to cancel connection
[solanum.git] / authd / authd.c
index 1432a54587fc6b840785b42589cb4ebcbd206ab1..6f500a9db3988ab9c08ee8633754a3ac250f0139 100644 (file)
@@ -32,7 +32,8 @@ static void handle_options(int parc, char *parv[]);
 rb_helper *authd_helper = NULL;
 authd_cmd_handler authd_cmd_handlers[256] = {
        ['C'] = handle_new_connection,
-       ['D'] = resolve_dns,
+       ['D'] = handle_resolve_dns,
+       ['E'] = handle_cancel_connection,
        ['O'] = handle_options,
        ['R'] = handle_reload,
        ['S'] = handle_stat,