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

Re: svn commit: r28040 - trunk/subversion/libsvn_ra_serf

From: Lieven Govaerts <svnlgo_at_mobsol.be>
Date: 2007-11-26 21:25:02 CET

dlr@tigris.org wrote:
> Author: dlr
> Date: Mon Nov 26 12:19:01 2007
> New Revision: 28040
>
> Log:
> A follow-up to r28037, fixing a static svn_ra_serf__auth_protocol_t
> definition.
>
> * subversion/libsvn_ra_serf/auth.c
> (serf_auth_protocols): Add missing curly braces around
> svn_ra_serf__auth_protocol_t structure. Fix typo in #endif
> comment.
>
>
> Modified:
> trunk/subversion/libsvn_ra_serf/auth.c
>
> Modified: trunk/subversion/libsvn_ra_serf/auth.c
> URL: http://svn.collab.net/viewvc/svn/trunk/subversion/libsvn_ra_serf/auth.c?pathrev=28040&r1=28039&r2=28040
> ==============================================================================
> --- trunk/subversion/libsvn_ra_serf/auth.c (original)
> +++ trunk/subversion/libsvn_ra_serf/auth.c Mon Nov 26 12:19:01 2007
> @@ -78,12 +78,14 @@
> setup_request_proxy_basic_auth,
> },
> #ifdef SVN_RA_SERF_SSPI_ENABLED
> + {
> 401,
> "NTLM",
> init_sspi_connection,
> handle_sspi_auth,
> setup_request_sspi_auth,
> -#endif /* WIN32 */
> + },
> +#endif /* SVN_RA_SERF_SSPI_ENABLED */
>
Hm, that's weird. I'm going to check in Windows where that came from,
given that the code before your fix couldn't have worked.

Lieven

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Nov 26 21:25:15 2007

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.