Fix vProto init.

This commit is contained in:
Adam Ierymenko 2015-10-16 10:58:59 -07:00
parent 781f06ef82
commit cc4d0199e7
2 changed files with 1 additions and 1 deletions

View file

@ -55,6 +55,7 @@ Peer::Peer(const Identity &myIdentity,const Identity &peerIdentity)
_lastDirectPathPushSent(0),
_lastDirectPathPushReceived(0),
_lastPathSort(0),
_vProto(0),
_vMajor(0),
_vMinor(0),
_vRevision(0),