]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Luca fixed the nc= in the digest line since it apparantly should not have
authorDaniel Stenberg <daniel@haxx.se>
Mon, 10 May 2004 08:09:15 +0000 (08:09 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 10 May 2004 08:09:15 +0000 (08:09 +0000)
quotes...

lib/http_digest.c

index b619bd1be7fb2de00c97059fc6fffae63323d9b6..bdf60d791877b9ac48abe1f31657af8e6b2ce1b8 100644 (file)
@@ -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-":"",