diff options
Diffstat (limited to 'src/pluto/kernel.c')
-rw-r--r-- | src/pluto/kernel.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pluto/kernel.c b/src/pluto/kernel.c index e7fa90bcc..fbe572637 100644 --- a/src/pluto/kernel.c +++ b/src/pluto/kernel.c @@ -1825,8 +1825,6 @@ void init_kernel(void) init_pfkey(); - kernel_ops = &klips_kernel_ops; - #if defined(linux) && defined(KERNEL26_SUPPORT) { bool linux_ipsec = 0; |