From 99ad9af6b4a0d1dbcdff4d871e48bb422a945384 Mon Sep 17 00:00:00 2001 From: LunarShaddow Date: Mon, 7 Mar 2016 15:42:34 +0800 Subject: [PATCH] fix typo --- src/cygwin/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cygwin/device.c b/src/cygwin/device.c index 47867a49..935e5072 100644 --- a/src/cygwin/device.c +++ b/src/cygwin/device.c @@ -61,7 +61,7 @@ static bool setup_device(void) { get_config_string(lookup_config(config_tree, "Device"), &device); get_config_string(lookup_config(config_tree, "Interface"), &iface); - if(device && interface) + if(device && iface) logger(LOG_WARNING, "Warning: both Device and Interface specified, results may not be as expected"); /* Open registry and look for network adapters */ -- 2.20.1