[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: authentication problem after upgrade to 0.18

From: Dominik Westner <westner_at_logicunited.com>
Date: 2003-02-22 14:08:47 CET

Hi Joe,

well, what can I say ... it just works now ;-)

Thanks

Dominik

On Samstag, Februar 22, 2003, at 12:46 PM, Joe Orton wrote:

> --- src/ne_auth.c 16 Jan 2003 21:55:18 -0000 1.74.2.1
> +++ src/ne_auth.c 22 Feb 2003 11:45:31 -0000
> @@ -582,7 +582,7 @@
> cnonce = val;
> } else if (strcasecmp(key, "nc") == 0) {
> nc = val;
> - if (sscanf(val, "%d", &nonce_count) != 1) {
> + if (sscanf(val, "%x", &nonce_count) != 1) {
> NE_DEBUG(NE_DBG_HTTPAUTH, "Couldn't find nonce count.\n");
> } else {
> NE_DEBUG(NE_DBG_HTTPAUTH, "Got nonce_count: %d\n", nonce_count);
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Feb 22 14:09:31 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.