1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 01:27:28 +00:00

#1589 Fix a forwarding bug introduced in r7352 random port

This commit is contained in:
Mitchell Livingston 2008-12-11 22:47:07 +00:00
parent 451058d5cd
commit 659afd89be

View file

@ -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