X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=data1%2Fd1_doespec.c;h=b75b6cd4ec9500bbd14e4687788d5f2822a8d53c;hb=a9f14f3591fb7cf555414f84c24e79e1e0fd4945;hp=066952a8192478b06f92d3904473c84b9caab09d;hpb=96f2ba71b5c9042a90ca94ea84a79cd89a2957d5;p=idzebra-moved-to-github.git diff --git a/data1/d1_doespec.c b/data1/d1_doespec.c index 066952a..b75b6cd 100644 --- a/data1/d1_doespec.c +++ b/data1/d1_doespec.c @@ -1,5 +1,5 @@ -/* $Id: d1_doespec.c,v 1.8 2005-02-08 00:36:08 adam Exp $ - Copyright (C) 1995-2005 +/* $Id: d1_doespec.c,v 1.11 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 @@ -138,7 +138,6 @@ static void match_triple (data1_handle dh, Z_Variant *vreq, } if (remove_flag) { - data1_free_tree (dh, *c); *c = (*c)->next; } else @@ -371,3 +370,11 @@ int data1_doespec1 (data1_handle dh, data1_node *n, Z_Espec1 *e) } return 0; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +