This commit is contained in:
jl777
2016-10-29 11:54:36 -03:00
parent 9382908865
commit 8b938f0d15
2 changed files with 2 additions and 0 deletions

View File

@@ -115,6 +115,7 @@ void AddOneShot(string strDest)
unsigned short GetListenPort()
{
printf("Listenport.%u\n",Params().GetDefaultPort());
return (unsigned short)(GetArg("-port", Params().GetDefaultPort()));
}