mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-13 16:39:43 -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)
|
||||
return false ;
|
||||
|
||||
if(x != 16 && x != 24)
|
||||
if(x != 16 && x != 24 && x != 32)
|
||||
return false ;
|
||||
|
||||
bytes = 4 - x/8 ;
|
||||
|
Loading…
Reference in New Issue
Block a user