From e355088535ee9ebb12a4db0043bf6a9743085b28 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Fri, 8 Apr 2016 18:09:30 +0200 Subject: [PATCH] Use iface instead of interface. This was accidentally added in commit 2f03a5d. --- src/mingw/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mingw/device.c b/src/mingw/device.c index 7a462ba5..cc65264f 100644 --- a/src/mingw/device.c +++ b/src/mingw/device.c @@ -101,7 +101,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