Changeset 10910 for branches/2.0x/libtransmission/upnp.c
- Timestamp:
- Jun 30, 2010, 6:07:06 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0x/libtransmission/upnp.c
r10460 r10910 78 78 **/ 79 79 80 enum 81 { 82 UPNP_IGD_NONE = 0, 83 UPNP_IGD_VALID_CONNECTED = 1, 84 UPNP_IGD_VALID_NOT_CONNECTED = 2, 85 UPNP_IGD_INVALID = 3 86 }; 87 80 88 int 81 89 tr_upnpPulse( tr_upnp * handle, … … 99 107 errno = 0; 100 108 if( UPNP_GetValidIGD( devlist, &handle->urls, &handle->data, 101 handle->lanaddr, sizeof( handle->lanaddr ) ) )109 handle->lanaddr, sizeof( handle->lanaddr ) ) == UPNP_IGD_VALID_CONNECTED ) 102 110 { 103 111 tr_ninf( getKey( ), _(
Note: See TracChangeset
for help on using the changeset viewer.