diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2004-06-25 00:58:40 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2004-06-25 00:58:40 +0000 |
commit | 3a2d72ec7c281837b8775f07b69d851aa707c38b (patch) | |
tree | f8b67d385d7c1f72bd1c81677222ff664c48b53a /sbin/isakmpd/init.c | |
parent | 79981a6702f0f02cb3422972b06742e038d3a438 (diff) |
Narrow down privsep interface. Remove ui_init to monitor. So we can get rid of
monitor_mkfifo.
Work in progress.
ok ho@
Diffstat (limited to 'sbin/isakmpd/init.c')
-rw-r--r-- | sbin/isakmpd/init.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/isakmpd/init.c b/sbin/isakmpd/init.c index 7e320e14393..5bbe8f0ac4e 100644 --- a/sbin/isakmpd/init.c +++ b/sbin/isakmpd/init.c @@ -1,4 +1,4 @@ -/* $OpenBSD: init.c,v 1.31 2004/06/20 17:17:35 ho Exp $ */ +/* $OpenBSD: init.c,v 1.32 2004/06/25 00:58:39 hshoexer Exp $ */ /* $EOM: init.c,v 1.25 2000/03/30 14:27:24 ho Exp $ */ /* @@ -47,6 +47,7 @@ #include "libcrypto.h" #include "log.h" #include "math_group.h" +#include "monitor.h" #include "sa.h" #include "timer.h" #include "transport.h" @@ -102,7 +103,7 @@ init(void) nat_t_init(); udp_encap_init(); #endif - ui_init(); + monitor_ui_init(); } /* Reinitialize, either after a SIGHUP reception or by FIFO UI cmd. */ |