mirror of
https://github.com/transmission/transmission
synced 2025-02-04 13:32:19 +00:00
fix bug with setting port value in prefs
This commit is contained in:
parent
14d8abb323
commit
60ea0af733
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@
|
|||
return;
|
||||
}
|
||||
|
||||
[fDefaults setInteger: fPublicPort forKey: @"BindPort"];
|
||||
[fDefaults setInteger: port forKey: @"BindPort"];
|
||||
|
||||
tr_setBindPort(fHandle, port);
|
||||
|
||||
|
|
Loading…
Reference in a new issue