mirror of
https://github.com/monero-project/monero.git
synced 2025-05-05 01:45:07 -04:00
some fixes
This commit is contained in:
parent
296ae46ed8
commit
8efa1313f3
67 changed files with 1523 additions and 757 deletions
|
@ -153,7 +153,7 @@ namespace net_utils
|
|||
}
|
||||
if(result[6].matched)
|
||||
{
|
||||
content.port = boost::lexical_cast<boost::uint64_t>(result[6]);
|
||||
content.port = boost::lexical_cast<uint64_t>(result[6]);
|
||||
}
|
||||
if(result[7].matched)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue