X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=client%2Fclient.c;h=ab6f759344c07bd0fb8846ac70a674598cca121a;hp=31e607786c221cd5d68f591f9648b87a7822d881;hb=900aea38294d60d4cbf1153f480b27155d292c7a;hpb=4cd3f359d12ddfecd1f112cb81235a70a67f8665 diff --git a/client/client.c b/client/client.c index 31e6077..ab6f759 100644 --- a/client/client.c +++ b/client/client.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2007, Index Data ApS * See the file LICENSE for details. * - * $Id: client.c,v 1.330 2007-03-19 22:17:41 adam Exp $ + * $Id: client.c,v 1.331 2007-03-28 16:35:47 mike Exp $ */ /** \file client.c * \brief yaz-client program @@ -158,7 +158,7 @@ typedef enum { static QueryType queryType = QueryType_Prefix; static CCL_bibset bibset; /* CCL bibset handle */ -static cql_transform_t cqltrans; /* CQL context-set handle */ +static cql_transform_t cqltrans = 0; /* CQL context-set handle */ #if HAVE_READLINE_COMPLETION_OVER