We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9068af commit 8f43aafCopy full SHA for 8f43aaf
src/network/serverpackethandler.cpp
@@ -1808,7 +1808,7 @@ void Server::handleCommand_FirstSrp(NetworkPacket* pkt)
1808
*pkt >> salt >> verification_key >> is_empty;
1809
1810
verbosestream << "Server: Got TOSERVER_FIRST_SRP from " << addr_s
1811
- << ", with is_empty= " << is_empty << std::endl;
+ << ", with is_empty=" << (is_empty == 1) << std::endl;
1812
1813
// Either this packet is sent because the user is new or to change the password
1814
if (cstate == CS_HelloSent) {
0 commit comments