openbsd-ports/net/openvpn/patches/patch-init_c
fkr 3ebadeeb9d update to OpenVPN 2.1.2
while here, enable dropping to _openvpn user in the sample configs.
ok and feedback ajacoutot@
2010-08-30 18:32:20 +00:00

12 lines
350 B
Plaintext

$OpenBSD: patch-init_c,v 1.3 2010/08/30 18:32:20 fkr Exp $
--- init.c.orig Wed Jul 21 21:08:41 2010
+++ init.c Sun Aug 22 16:10:23 2010
@@ -2451,6 +2451,7 @@ do_init_socket_1 (struct context *c, const int mode)
c->options.mtu_discover_type,
c->options.rcvbuf,
c->options.sndbuf,
+ c->options.rtable,
sockflags);
}