mirror of
https://github.com/transmission/transmission
synced 2024-12-26 09:37:56 +00:00
#1589 Fix a forwarding bug introduced in r7352 random port
This commit is contained in:
parent
451058d5cd
commit
659afd89be
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue