initialise BanListPeer::addr

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8532 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
electron128 2015-06-19 12:08:34 +00:00
parent 728d5d6704
commit ef5e218859

View File

@ -131,6 +131,7 @@ class ZeroedInt
BanListPeer::BanListPeer()
{
memset(&addr, 0, sizeof(addr));
masked_bytes=0;
reason=RSBANLIST_REASON_UNKNOWN ;
level=RSBANLIST_ORIGIN_UNKNOWN ;