mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
fix bug with setting port value in prefs
This commit is contained in:
@@ -222,7 +222,7 @@
|
||||
return;
|
||||
}
|
||||
|
||||
[fDefaults setInteger: fPublicPort forKey: @"BindPort"];
|
||||
[fDefaults setInteger: port forKey: @"BindPort"];
|
||||
|
||||
tr_setBindPort(fHandle, port);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user