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

Re: [PATCH] do not return random data in svn_swig_pl_info_receiver

From: Hyrum K. Wright <hyrum_wright_at_mail.utexas.edu>
Date: Wed, 23 Jan 2008 09:55:50 -0600

Olaf Hering wrote:
> do not return random data in svn_swig_pl_info_receiver
>
> ---
> subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- a/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c
> +++ b/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c
> @@ -1155,7 +1155,7 @@ svn_error_t *svn_swig_pl_info_receiver(v
> swig_type_info *infoinfo = _SWIG_TYPE("svn_info_t *");
>
> if (!SvOK((SV *)baton))
> - return;
> + return SVN_NO_ERROR;
>
> svn_swig_pl_callback_thunk(CALL_SV, baton, &result, "sSS", path, info,
> infoinfo, pool, POOLINFO);

Committed in r29002. Thanks.

-Hyrum

Received on 2008-01-23 16:56:03 CET

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.