diff options
author | Omar Polo <op@omarpolo.com> | 2023-06-24 09:14:35 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-06-24 09:14:35 +0000 |
commit | a0a42860d214974f2706d2a47203af9bc884f512 (patch) | |
tree | 74152b852ad2e5f9f4b1fd20ff015b4f51d47a95 /server.c | |
parent | 9fda962861db6c2322384e64fc737f25d4314d66 (diff) |
send host addresses to the server process
Diffstat (limited to 'server.c')
-rw-r--r-- | server.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |