mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
#1589 Fix a forwarding bug introduced in r7352 random port
This commit is contained in:
@@ -349,7 +349,7 @@ tr_handle * fHandle;
|
||||
tr_port port = tr_sessionSetPeerPortRandom(fHandle);
|
||||
|
||||
[fPortField setIntValue: port];
|
||||
[self setPort: nil];
|
||||
[self setPort: fPortField];
|
||||
}
|
||||
|
||||
- (void) setNat: (id) sender
|
||||
|
||||
Reference in New Issue
Block a user