Re-implemented the element name encoding as Adams suggestion: <e tag="value"> when...
[yaz-moved-to-github.git] / src / requestq.c
index 5b60f1f..2c93d92 100644 (file)
@@ -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;
@@ -97,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