diff options
| author | 2019-02-17 14:51:03 +0000 | |
|---|---|---|
| committer | 2019-02-17 14:51:03 +0000 | |
| commit | 982c4dbaf845bb7a25c2d91f90c25e5e01bcb844 (patch) | |
| tree | a635f58126acfae42e0b8e1565ada0acad6ddd6a /sbin/unwind/control.c | |
| parent | s/unwind_/uw_/ to save screen real estate (diff) | |
| download | wireguard-openbsd-982c4dbaf845bb7a25c2d91f90c25e5e01bcb844.tar.xz wireguard-openbsd-982c4dbaf845bb7a25c2d91f90c25e5e01bcb844.zip | |
Pass verbosity changes to captive portal process.
Diffstat (limited to 'sbin/unwind/control.c')
| -rw-r--r-- | sbin/unwind/control.c | 5 |
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); |
