Changeset 14565 for trunk/libtransmission/upnp.c
- Timestamp:
- Oct 4, 2015, 4:53:18 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/upnp.c
r14525 r14565 89 89 #if (MINIUPNPC_API_VERSION >= 8) /* adds ipv6 and error args */ 90 90 int err = UPNPDISCOVER_SUCCESS; 91 #if (MINIUPNPC_API_VERSION >= 14) /* adds ttl */ 92 ret = upnpDiscover (msec, NULL, NULL, 0, 0, 2, &err); 93 #else 91 94 ret = upnpDiscover (msec, NULL, NULL, 0, 0, &err); 95 #endif 92 96 have_err = err != UPNPDISCOVER_SUCCESS; 93 97 #else
Note: See TracChangeset
for help on using the changeset viewer.