mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-28 00:07:09 -05:00
removed debug output
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8373 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
90b4c989c7
commit
a49b1c7c0c
@ -61,7 +61,7 @@ bool RsNetUtil::parseAddrFromQString(const QString& s, struct sockaddr_storage&
|
|||||||
if(x%8 != 0)
|
if(x%8 != 0)
|
||||||
return false ;
|
return false ;
|
||||||
|
|
||||||
if(x != 16 && x != 24)
|
if(x != 16 && x != 24 && x != 32)
|
||||||
return false ;
|
return false ;
|
||||||
|
|
||||||
bytes = 4 - x/8 ;
|
bytes = 4 - x/8 ;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user