add missing +
parent
b22608fb07
commit
65701f0956
|
@ -114,7 +114,7 @@ std::string Authenticator::getAuthHeader(std::string method, std::string uri)
|
|||
if ( ! fQop.empty() ) {
|
||||
result += ", qop=" + fQop;
|
||||
result += ", nc=" + stringtf("%08x",nc);
|
||||
result += ", cnonce=\"" + fCnonce "\"";
|
||||
result += ", cnonce=\"" + fCnonce + "\"";
|
||||
}
|
||||
result += ", response=\"" + computeDigestResponse(method, uri) + "\"";
|
||||
result += ", algorithm=\"MD5\"";
|
||||
|
|
Loading…
Reference in New Issue