From: Daniel Stenberg Date: Mon, 10 May 2004 08:09:15 +0000 (+0000) Subject: Luca fixed the nc= in the digest line since it apparantly should not have X-Git-Tag: curl-7_12_0~153 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fff01f24bf8dabf7bb6edb7ebdc7cba197d6039b;p=thirdparty%2Fcurl.git Luca fixed the nc= in the digest line since it apparantly should not have quotes... --- diff --git a/lib/http_digest.c b/lib/http_digest.c index b619bd1be7..bdf60d7918 100644 --- a/lib/http_digest.c +++ b/lib/http_digest.c @@ -329,7 +329,7 @@ CURLcode Curl_output_digest(struct connectdata *conn, "nonce=\"%s\", " "uri=\"%s\", " "cnonce=\"%s\", " - "nc=\"%08x\", " + "nc=%08x, " "qop=\"%s\", " "response=\"%s\"", proxy?"Proxy-":"",