projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cbd3c2
)
Fix typo in src/upnp.c.
author
Dennis Lan
<dennis.yxun@gmail.com>
Wed, 12 Oct 2016 11:35:39 +0000
(13:35 +0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Wed, 12 Oct 2016 11:35:39 +0000
(13:35 +0200)
src/upnp.c
patch
|
blob
|
history
diff --git
a/src/upnp.c
b/src/upnp.c
index
abd2f92
..
3bfc770
100644
(file)
--- a/
src/upnp.c
+++ b/
src/upnp.c
@@
-57,7
+57,7
@@
static struct UPNPDev *upnp_discover(int delay, int *error) {
#elif MINIUPNPC_API_VERSION <= 14
- return upnpDiscover(delay, NULL NULL, false, false, 2, error);
+ return upnpDiscover(delay, NULL
,
NULL, false, false, 2, error);
#else