From: Adam Dickmeiss Date: Thu, 10 Aug 2006 08:44:45 +0000 (+0000) Subject: Fix tl_close_call (bug introduced in previous commit) X-Git-Tag: ZEBRA.2.0.0~15 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=325dfaa45a42dd93f7a3741682310630f0f6bd3c Fix tl_close_call (bug introduced in previous commit) --- diff --git a/test/api/t15.c b/test/api/t15.c index ea7f31c..bc80bfa 100644 --- a/test/api/t15.c +++ b/test/api/t15.c @@ -1,5 +1,5 @@ -/* $Id: t15.c,v 1.5 2006-05-30 13:06:35 adam Exp $ - Copyright (C) 2004-2005 +/* $Id: t15.c,v 1.6 2006-08-10 08:44:45 adam Exp $ + Copyright (C) 2004-2006 Index Data ApS This file is part of the Zebra server. @@ -126,7 +126,7 @@ static void tst(int argc, char **argv) } #endif #endif - + YAZ_CHECK(tl_close_down(0, zs)); } TL_MAIN