You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by gs...@apache.org on 2012/05/12 09:40:33 UTC

svn commit: r1337463 - /subversion/trunk/subversion/libsvn_ra_serf/xml.c

Author: gstein
Date: Sat May 12 07:40:32 2012
New Revision: 1337463

URL: http://svn.apache.org/viewvc?rev=1337463&view=rev
Log:
Fix stupidity in xml context creation.

* subversion/libsvn_ra_serf/xml.c:
  (svn_ra_serf__xml_context_create): do not initialize NS_LIST to the
    "prior/parent" NS_LIST. we aren't pushing a state. this is the
    context creation. nuke the assignment.

Modified:
    subversion/trunk/subversion/libsvn_ra_serf/xml.c

Modified: subversion/trunk/subversion/libsvn_ra_serf/xml.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_ra_serf/xml.c?rev=1337463&r1=1337462&r2=1337463&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_ra_serf/xml.c (original)
+++ subversion/trunk/subversion/libsvn_ra_serf/xml.c Sat May 12 07:40:32 2012
@@ -449,7 +449,6 @@ svn_ra_serf__xml_context_create(
 
   xes = apr_pcalloc(result_pool, sizeof(*xes));
   /* XES->STATE == 0  */
-  xes->ns_list = xmlctx->current->ns_list;
 
   /* Child states may use this pool to allocate themselves. If a child
      needs to collect information, then it will construct a subpool and