From: LunarShaddow Date: Mon, 7 Mar 2016 07:42:34 +0000 (+0800) Subject: fix typo X-Git-Tag: release-1.1pre12~58 X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=af83d0b9e87fe795a3d01d0ee3fb35e0d8579b88;ds=sidebyside fix typo --- diff --git a/src/cygwin/device.c b/src/cygwin/device.c index b04a7478..364427bd 100644 --- a/src/cygwin/device.c +++ b/src/cygwin/device.c @@ -59,7 +59,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 */