Opened 13 years ago
Closed 13 years ago
#3385 closed Bug (fixed)
NAT-PMP port forwarding issue
Reported by: | charles | Owned by: | charles |
---|---|---|---|
Priority: | Normal | Milestone: | 2.02 |
Component: | libtransmission | Version: | 2.01 |
Severity: | Normal | Keywords: | |
Cc: |
Description
libtransmission's call to UPNP_GetValidIGD() needs to check the return value to see if the IGD is valid and connected or not. Currently we only test for nonzero, which incorrectly indicates success if any IGD is found, even if invalid or not connected.
Change History (3)
comment:1 Changed 13 years ago by charles
comment:2 Changed 13 years ago by charles
- Component changed from Transmission to libtransmission
- Owner set to charles
- Status changed from new to assigned
comment:3 Changed 13 years ago by charles
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
Fixed in the 2.0x branch by r10910
Fixed in trunk by r10900