#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
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@ tr_handle * fHandle;
tr_port port = tr_sessionSetPeerPortRandom(fHandle); tr_port port = tr_sessionSetPeerPortRandom(fHandle);
[fPortField setIntValue: port]; [fPortField setIntValue: port];
[self setPort: nil]; [self setPort: fPortField];
} }
- (void) setNat: (id) sender - (void) setNat: (id) sender