X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Frequestq.c;h=2c93d92084b62ae54f674b0f7cab8deac177ea32;hp=1a264a70b077246f19606539175700351ba668ba;hb=7b4adcc54d64c9196a8c19a7f69c850774b8776b;hpb=8d691989077a0addcbd840d769dce6700f3d9622 diff --git a/src/requestq.c b/src/requestq.c index 1a264a7..2c93d92 100644 --- a/src/requestq.c +++ b/src/requestq.c @@ -1,8 +1,6 @@ -/* - * Copyright (C) 1995-2007, Index Data ApS +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2010 Index Data * See the file LICENSE for details. - * - * $Id: requestq.c,v 1.5 2007-01-03 08:42:15 adam Exp $ */ /** * \file requestq.c @@ -77,8 +75,6 @@ request *request_get(request_q *q) r->size_response = 0; } r->q = q; - r->len_refid = 0; - r->refid = 0; r->gdu_request = 0; r->apdu_request = 0; r->request_mem = 0; @@ -99,6 +95,7 @@ void request_release(request *r) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab