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

Re: svn commit: r1182125 - /subversion/trunk/subversion/libsvn_ra_svn/cyrus_auth.c

From: Hyrum K Wright <hyrum.wright_at_wandisco.com>
Date: Tue, 11 Oct 2011 17:16:07 -0500

This should fix the recent build breakage which came as a result of
merging the mutex branch back to trunk. However, there still remain
lots of warnings and brokenness in this code that somebody more
familiar with it than I should take a look at.

-Hyrum

On Tue, Oct 11, 2011 at 5:14 PM, <hwright_at_apache.org> wrote:
> Author: hwright
> Date: Tue Oct 11 22:14:19 2011
> New Revision: 1182125
>
> URL: http://svn.apache.org/viewvc?rev=1182125&view=rev
> Log:
> * subversion/libsvn_ra_svn/cyrus_auth.c
>  (sasl_mutex_unlock_cb): Provide an error to base the chain upon when
>    unlocking a mutex.
>
> Modified:
>    subversion/trunk/subversion/libsvn_ra_svn/cyrus_auth.c
>
> Modified: subversion/trunk/subversion/libsvn_ra_svn/cyrus_auth.c
> URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_ra_svn/cyrus_auth.c?rev=1182125&r1=1182124&r2=1182125&view=diff
> ==============================================================================
> --- subversion/trunk/subversion/libsvn_ra_svn/cyrus_auth.c (original)
> +++ subversion/trunk/subversion/libsvn_ra_svn/cyrus_auth.c Tue Oct 11 22:14:19 2011
> @@ -134,7 +134,7 @@ static int sasl_mutex_unlock_cb(void *mu
>  {
>   if (!svn_ra_svn__sasl_status)
>     return 0;
> -  return check_result(svn_mutex__unlock(mutex));
> +  return check_result(svn_mutex__unlock(mutex, SVN_NO_ERROR));
>  }
>
>  static svn_error_t *
>
>
>

-- 
uberSVN: Apache Subversion Made Easy
http://www.uberSVN.com/
Received on 2011-10-12 00:16:40 CEST

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.