X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Frequestq.c;h=2c93d92084b62ae54f674b0f7cab8deac177ea32;hp=02a2689dd5fccd2c6ef811dc6129332e995527a0;hb=f15418ee295542935d616a2163377b71e40ce04f;hpb=379504a233e3e2cc85bca1e7b6d864f1395aec7c diff --git a/src/requestq.c b/src/requestq.c index 02a2689..2c93d92 100644 --- a/src/requestq.c +++ b/src/requestq.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2009 Index Data + * Copyright (C) 1995-2010 Index Data * See the file LICENSE for details. */ /** @@ -75,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;