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

Re: svn commit: r1131383 - in /subversion/trunk/subversion: include/private/svn_magic.h libsvn_client/add.c libsvn_client/client.h libsvn_client/commit.c libsvn_subr/io.c libsvn_subr/magic.c

From: Stefan Sperling <stsp_at_elego.de>
Date: Sat, 4 Jun 2011 18:09:02 +0200

On Sat, Jun 04, 2011 at 06:45:09PM +0300, Daniel Shahaf wrote:
> stsp_at_apache.org wrote on Sat, Jun 04, 2011 at 12:32:28 -0000:
> > @@ -516,6 +506,9 @@ add(void *baton, apr_pool_t *result_pool
> > svn_node_kind_t kind;
> > svn_error_t *err;
> > struct add_with_write_lock_baton *b = baton;
> > + svn_magic__cookie_t *magic_cookie;
> > +
>
> Need to initialize this to NULL, right?

That is not necessary because svn_magic__init() promises to always set it.
Received on 2011-06-04 18:09:43 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.