mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-25 14:50:54 -04:00
Broadcast discovery fix local port setting
This commit is contained in:
parent
e7a2cb5501
commit
954644ef57
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ RsBroadcastDiscoveryResult BroadcastDiscoveryService::createResult(
|
|||
rbdr.locator.
|
||||
setScheme("ipv4").
|
||||
setHost(UDC::IpToString(ipp.ip())).
|
||||
setPort(static_cast<uint16_t>(ipp.port()) );
|
||||
setPort(bdp.mLocalPort);
|
||||
|
||||
return rbdr;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue