diff options
author | Bernhard Schmidt <berni@debian.org> | 2020-10-20 19:17:00 +0200 |
---|---|---|
committer | Bernhard Schmidt <berni@debian.org> | 2020-10-20 19:17:00 +0200 |
commit | 80285c31e83a8e233016e227a393543d508194eb (patch) | |
tree | a76135587c708bf9e9bf424af2149b119efe6320 /src/openvpn/tun.c | |
parent | 5246174f27866c0e9e22844d998f3c97cac54050 (diff) |
New upstream version 2.5~rc3upstream/2.5_rc3
Diffstat (limited to 'src/openvpn/tun.c')
-rw-r--r-- | 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 9eeaed0..8315a42 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) |