Skip to content

Commit

Permalink
Fix 2612 (#2613)
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 committed Jan 7, 2019
1 parent 5c5932e commit bade332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/privatesend-server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ void CPrivateSendServer::SetNull()
{
// MN side
vecSessionCollaterals.clear();
nSessionMaxParticipants = NULL;
nSessionMaxParticipants = 0;

CPrivateSendBaseSession::SetNull();
CPrivateSendBaseManager::SetNull();
Expand Down

0 comments on commit bade332

Please sign in to comment.