summaryrefslogtreecommitdiffstats
path: root/sbin/unwind/control.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/unwind/control.c')
-rw-r--r--sbin/unwind/control.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sbin/unwind/control.c b/sbin/unwind/control.c
index 0589904ff2d..f90fef463b7 100644
--- a/sbin/unwind/control.c
+++ b/sbin/unwind/control.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: control.c,v 1.7 2019/02/17 14:49:15 florian Exp $ */
+/* $OpenBSD: control.c,v 1.8 2019/02/17 14:51:03 florian Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -272,6 +272,9 @@ control_dispatch_imsg(int fd, short event, void *bula)
frontend_imsg_compose_resolver(imsg.hdr.type,
imsg.hdr.pid, imsg.data,
imsg.hdr.len - IMSG_HEADER_SIZE);
+ frontend_imsg_compose_captiveportal(imsg.hdr.type,
+ imsg.hdr.pid, imsg.data,
+ imsg.hdr.len - IMSG_HEADER_SIZE);
memcpy(&verbose, imsg.data, sizeof(verbose));
log_setverbose(verbose);