1
0
Fork 0
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:
Mitchell Livingston 2007-11-05 04:00:19 +00:00
parent 14d8abb323
commit 60ea0af733

View file

@ -222,7 +222,7 @@
return; return;
} }
[fDefaults setInteger: fPublicPort forKey: @"BindPort"]; [fDefaults setInteger: port forKey: @"BindPort"];
tr_setBindPort(fHandle, port); tr_setBindPort(fHandle, port);