Signed-off-by: Gert Doering <g...@greenie.muc.de> --- src/openvpn/tun.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/openvpn/tun.c b/src/openvpn/tun.c index 460684f..1842a97 100644 --- a/src/openvpn/tun.c +++ b/src/openvpn/tun.c @@ -2442,7 +2442,7 @@ read_tun (struct tuntap* tt, uint8_t *buf, int len) void open_tun (const char *dev, const char *dev_type, const char *dev_node, struct tuntap *tt) { - open_tun_generic (dev, dev_type, dev_node, false, true, tt); + open_tun_generic (dev, dev_type, dev_node, true, true, tt); } void -- 1.7.3.4