mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Keep port information for local addresses
This commit is contained in:
parent
457754d2c2
commit
7fa4443f77
3 changed files with 29 additions and 22 deletions
|
|
@ -246,7 +246,7 @@ void ThreadIRCSeed2(void* parg)
|
|||
return;
|
||||
}
|
||||
|
||||
CNetAddr addrLocal;
|
||||
CService addrLocal;
|
||||
string strMyName;
|
||||
if (GetLocal(addrLocal, &addrConnect))
|
||||
strMyName = EncodeAddress(GetLocalAddress(&addrConnect));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue