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:
csoler 2015-06-04 20:24:29 +00:00
parent 90b4c989c7
commit a49b1c7c0c

View File

@ -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 ;