aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-05-10 08:09:15 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-05-10 08:09:15 +0000
commitfff01f24bf8dabf7bb6edb7ebdc7cba197d6039b (patch)
treea321f7dbb4758ec3df08a8c1f6da18a96f272df5 /lib
parente55dee3807f8f7b41d9fe91c83e3cfe7cda07ecd (diff)
Luca fixed the nc= in the digest line since it apparantly should not have
quotes...
Diffstat (limited to 'lib')
-rw-r--r--lib/http_digest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http_digest.c b/lib/http_digest.c
index b619bd1be..bdf60d791 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-":"",