From: Simon Rozman Date: Fri, 20 Dec 2019 16:11:17 +0000 (+0100) Subject: tun.c: reword the at_least_one_tap_win() error X-Git-Tag: v2.5_beta1~221 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eebce22bd18254fd14a1e6dc048b8bac26bef0e2;p=thirdparty%2Fopenvpn.git tun.c: reword the at_least_one_tap_win() error Signed-off-by: Simon Rozman Acked-by: Lev Stipakov Message-Id: <20191220161117.1434-7-simon@rozman.si> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg19278.html Signed-off-by: Gert Doering --- diff --git a/src/openvpn/tun.c b/src/openvpn/tun.c index 30fb78b20..8e0d3df8c 100644 --- a/src/openvpn/tun.c +++ b/src/openvpn/tun.c @@ -4031,7 +4031,7 @@ at_least_one_tap_win(const struct tap_reg *tap_reg) { if (!tap_reg) { - msg(M_FATAL, "There are no TAP-Windows adapters on this system. You should be able to create a TAP-Windows adapter by going to Start -> All Programs -> TAP-Windows -> Utilities -> Add a new TAP-Windows virtual ethernet adapter."); + msg(M_FATAL, "There are no TAP-Windows nor Wintun adapters on this system. You should be able to create an adapter by using tapctl.exe utility."); } }