projects
/
oweals
/
tinc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0770cad
)
fix typo
author
LunarShaddow
<aflyhorse@hotmail.com>
Mon, 7 Mar 2016 07:42:34 +0000
(15:42 +0800)
committer
LunarShaddow
<aflyhorse@hotmail.com>
Mon, 7 Mar 2016 07:42:34 +0000
(15:42 +0800)
src/cygwin/device.c
patch
|
blob
|
history
diff --git
a/src/cygwin/device.c
b/src/cygwin/device.c
index 47867a493e8edbb87bfcf53ded1c4ba3a11cfb09..935e50727b003efeb2f3bae54f96a48e38c54767 100644
(file)
--- 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 && i
nter
face)
+ 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 */