mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-25 23:06:10 -05:00
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:
parent
728d5d6704
commit
ef5e218859
@ -131,6 +131,7 @@ class ZeroedInt
|
||||
|
||||
BanListPeer::BanListPeer()
|
||||
{
|
||||
memset(&addr, 0, sizeof(addr));
|
||||
masked_bytes=0;
|
||||
reason=RSBANLIST_REASON_UNKNOWN ;
|
||||
level=RSBANLIST_ORIGIN_UNKNOWN ;
|
||||
|
Loading…
x
Reference in New Issue
Block a user