Update copyright year + FSF address
[idzebra-moved-to-github.git] / data1 / d1_map.c
index 5bbe680..46d9f71 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: d1_map.c,v 1.10 2006-06-08 10:33:19 adam Exp $
-   Copyright (C) 1995-2005
+/* $Id: d1_map.c,v 1.13 2006-08-14 10:40:06 adam Exp $
+   Copyright (C) 1995-2006
    Index Data ApS
 
 This file is part of the Zebra server.
@@ -15,9 +15,9 @@ FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 for more details.
 
 You should have received a copy of the GNU General Public License
-along with Zebra; see the file LICENSE.zebra.  If not, write to the
-Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.
+along with this program; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+
 */
 
 #include <stdio.h>
@@ -326,7 +326,8 @@ data1_node *data1_map_record (data1_handle dh, data1_node *n,
 
     res->which = DATA1N_root;
     res->u.root.type = map->target_absyn_name;
-    if (!(res->u.root.absyn = data1_get_absyn(dh, map->target_absyn_name)))
+    if (!(res->u.root.absyn = data1_get_absyn(dh, map->target_absyn_name,
+                                              DATA1_XPATH_INDEXING_ENABLE)))
     {
        yaz_log(YLOG_WARN, "%s: Failed to load target absyn '%s'",
                map->name, map->target_absyn_name);
@@ -343,7 +344,6 @@ data1_node *data1_map_record (data1_handle dh, data1_node *n,
 
     if (map_children(dh, n, map, res1, m) < 0)
     {
-       data1_free_tree(dh, res);
        return 0;
     }
     return res;