summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/isakmpd/init.c')
-rw-r--r--sbin/isakmpd/init.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/isakmpd/init.c b/sbin/isakmpd/init.c
index 37e494727fd..b47a8206029 100644
--- a/sbin/isakmpd/init.c
+++ b/sbin/isakmpd/init.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: init.c,v 1.38 2006/03/20 16:43:22 hshoexer Exp $ */
+/* $OpenBSD: init.c,v 1.39 2006/07/02 13:19:00 hshoexer Exp $ */
/* $EOM: init.c,v 1.25 2000/03/30 14:27:24 ho Exp $ */
/*
@@ -55,6 +55,7 @@
#include "udp.h"
#include "ui.h"
#include "util.h"
+#include "vendor.h"
#include "policy.h"
@@ -94,6 +95,7 @@ init(void)
udp_init();
nat_t_init();
udp_encap_init();
+ vendor_init();
}
/* Reinitialize, either after a SIGHUP reception or by FIFO UI cmd. */