You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Hyrum K Wright <hy...@wandisco.com> on 2011/10/12 00:16:07 UTC

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

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,  <hw...@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/