aboutsummaryrefslogtreecommitdiff
path: root/server.c
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2023-06-24 09:14:35 +0000
committerOmar Polo <op@omarpolo.com>2023-06-24 09:14:35 +0000
commita0a42860d214974f2706d2a47203af9bc884f512 (patch)
tree74152b852ad2e5f9f4b1fd20ff015b4f51d47a95 /server.c
parent9fda962861db6c2322384e64fc737f25d4314d66 (diff)
send host addresses to the server process
Diffstat (limited to 'server.c')
-rw-r--r--server.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/server.c b/server.c
index 18e8c91..30b67b8 100644
--- a/server.c
+++ b/server.c
@@ -1518,6 +1518,7 @@ server_dispatch_parent(int fd, struct privsep_proc *p, struct imsg *imsg)
case IMSG_RECONF_CERT:
case IMSG_RECONF_KEY:
case IMSG_RECONF_OCSP:
+ case IMSG_RECONF_HOST_ADDR:
case IMSG_RECONF_LOC:
case IMSG_RECONF_ENV:
case IMSG_RECONF_ALIAS: