Skip to content

Commit 1b4e791

Browse files
Fix Authenticate as nonce is now internal
1 parent 6ca3a62 commit 1b4e791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zm_rtsp_server_authenticator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class ZM_RtspServer_Authenticator : public xop::Authenticator {
1717
ZM_RtspServer_Authenticator() {};
1818
~ZM_RtspServer_Authenticator() {};
1919

20-
bool Authenticate(std::shared_ptr<xop::RtspRequest> request, std::string &nonce) {
20+
bool Authenticate(std::shared_ptr<xop::RtspRequest> request) {
2121

2222
if (!config.opt_use_auth) {
2323
Debug(1, "Not doing auth");

0 commit comments

Comments
 (0)