From 43cdb0c702dd184541d4fa5e0c2b2899966371a0 Mon Sep 17 00:00:00 2001 From: Richard Bonhomme Date: Thu, 6 Aug 2020 20:01:40 +0100 Subject: [PATCH] Improve error msg when all TAP adapters are in use 'or disabled' Ref: https://github.com/OpenVPN/openvpn-gui/issues/356 Signed-off-by: Richard Bonhomme Acked-by: Arne Schwabe Message-Id: <20200806190140.9637-1-tincanteksup@gmail.com> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg20651.html Signed-off-by: Gert Doering --- src/openvpn/tun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openvpn/tun.c b/src/openvpn/tun.c index 9eeaed0fd..8315a4264 100644 --- a/src/openvpn/tun.c +++ b/src/openvpn/tun.c @@ -6571,7 +6571,7 @@ tun_open_device(struct tuntap *tt, const char *dev_node, const char **device_gui if (!*device_guid) { - msg(M_FATAL, "All %s adapters on this system are currently in use.", print_windows_driver(tt->windows_driver)); + msg(M_FATAL, "All %s adapters on this system are currently in use or disabled.", print_windows_driver(tt->windows_driver)); } if (tt->windows_driver != windows_driver) -- 2.47.2