diff options
Diffstat (limited to 'lib/http_digest.c')
-rw-r--r-- | lib/http_digest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http_digest.c b/lib/http_digest.c index 45df5fc4d..112d88596 100644 --- a/lib/http_digest.c +++ b/lib/http_digest.c @@ -477,7 +477,7 @@ CURLcode Curl_output_digest(struct connectdata *conn, "uri=\"%s\", " "cnonce=\"%s\", " "nc=%08x, " - "qop=\"%s\", " + "qop=%s, " "response=\"%s\"", proxy?"Proxy-":"", userp, |