Skip to content

Commit af9c732

Browse files
committed
Fix problem in HANDSHAKE_DEBUG macro usage
1 parent a43c1fa commit af9c732

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/auth/SecureRemotePassword/server/SrpServer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ class SecurityDatabase : public VSecDb
157157
p->attachDatabase(&status, secDbName.c_str(), dpb.getBufferLength(), dpb.getBuffer()));
158158
check(&status);
159159

160-
HANDSHAKE_DEBUG(fprintf(stderr, "Srv SRP: gfix-like attach to sec db %s\n", secDbName));
160+
HANDSHAKE_DEBUG(fprintf(stderr, "Srv SRP: gfix-like attach to sec db %s\n", secDbName.c_str()));
161161
}
162162

163163
SecurityDatabase(CachedSecurityDatabase::Instance& instance, ICryptKeyCallback* cryptCallback)

0 commit comments

Comments
 (0)