b/f: no quotes in nc for uac auth

sayer/1.4-spce2.6
Stefan Sayer 15 years ago
parent 19a1103f88
commit 78194790b1

@ -362,7 +362,7 @@ bool UACAuth::do_auth(const unsigned int code, const string& auth_hdr,
if (!qop_value.empty()) if (!qop_value.empty())
result += "qop=" + qop_value + ", " result += "qop=" + qop_value + ", "
"cnonce=\"" + cnonce + "\", " "cnonce=\"" + cnonce + "\", "
"nc=\"" + int2hex(nonce_count,true) + "\", "; "nc=" + int2hex(nonce_count,true) + ", ";
result += "response=\"" + string((char*)response) + "\", algorithm=MD5\n"; result += "response=\"" + string((char*)response) + "\", algorithm=MD5\n";

Loading…
Cancel
Save