Skip to content

Commit 29f3851

Browse files
committed
Fix problem in HANDSHAKE_DEBUG macro usage
1 parent 16d1f20 commit 29f3851

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
@@ -158,7 +158,7 @@ class SecurityDatabase : public VSecDb
158158
p->attachDatabase(&status, secDbName.c_str(), dpb.getBufferLength(), dpb.getBuffer()));
159159
check(&status);
160160

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

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

0 commit comments

Comments
 (0)