Smallish
[yaz-moved-to-github.git] / server / seshigh.c
index 34fb3ac..64c91ec 100644 (file)
@@ -4,7 +4,10 @@
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: seshigh.c,v $
- * Revision 1.40  1995-07-31 14:34:26  quinn
+ * Revision 1.41  1995-08-02 10:23:06  quinn
+ * Smallish
+ *
+ * Revision 1.40  1995/07/31  14:34:26  quinn
  * Fixed bug in process_searchResponse (numberOfRecordsReturned).
  *
  * Revision 1.39  1995/06/27  13:21:00  quinn
@@ -334,6 +337,7 @@ void ir_session(IOCHAN h, int event)
            req = request_get(); /* get a new request structure */
            odr_reset(assoc->decode);
            odr_setbuf(assoc->decode, assoc->input_buffer, res, 0);
+odr_dumpBER(log_file(), assoc->input_buffer, res);
            if (!z_APDU(assoc->decode, &req->request, 0))
            {
                logf(LOG_LOG, "ODR error on incoming PDU: %s",