projects
/
tinc
/ 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
47867a4
..
935e507
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 */