projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
381a8f6
)
Use iface instead of interface.
author
Guus Sliepen
<guus@tinc-vpn.org>
Fri, 8 Apr 2016 16:09:30 +0000
(18:09 +0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Fri, 8 Apr 2016 16:09:30 +0000
(18:09 +0200)
This was accidentally added in commit
2f03a5d
.
src/mingw/device.c
patch
|
blob
|
history
diff --git
a/src/mingw/device.c
b/src/mingw/device.c
index
b77282a
..
7778748
100644
(file)
--- a/
src/mingw/device.c
+++ b/
src/mingw/device.c
@@
-113,7
+113,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 */