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

Re: svn commit: r18218 - in trunk: . subversion/libsvn_ra_serf

From: Greg Stein <gstein_at_lyra.org>
Date: 2006-01-25 06:30:06 CET

On Wed, Jan 25, 2006 at 12:03:45AM -0600, jerenkrantz@tigris.org wrote:
>...
> +++ trunk/subversion/libsvn_ra_serf/serf.c Wed Jan 25 00:03:43 2006
>...
> +static serf_bucket_t *
> +conn_setup(apr_socket_t *sock,
> + void *baton,
> + apr_pool_t *pool)
> +{
> + serf_bucket_t *b;
> + serf_session_t *sess = baton;
> +
> + b = serf_bucket_socket_create(sock, sess->bkt_alloc);
> + if (sess->using_ssl) {
> + b = serf_bucket_ssl_decrypt_create(b, sess->ssl_context,
> + sess->bkt_alloc);

sess->ssl_context is NULL here.

>...

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jan 25 06:26:16 2006

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.