Skip to content

Commit bade332

Browse files
authored
Fix 2612 (#2613)
1 parent 5c5932e commit bade332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/privatesend-server.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ void CPrivateSendServer::SetNull()
280280
{
281281
// MN side
282282
vecSessionCollaterals.clear();
283-
nSessionMaxParticipants = NULL;
283+
nSessionMaxParticipants = 0;
284284

285285
CPrivateSendBaseSession::SetNull();
286286
CPrivateSendBaseManager::SetNull();

0 commit comments

Comments
 (0)