From: Sebastian Hammer Date: Wed, 1 Mar 1995 14:46:03 +0000 (+0000) Subject: Fixed protocol bug in 8777query. X-Git-Tag: YAZ.1.8~1153 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=c6cd059f7b70a2b12f2239c51bfdf0e30107dead;p=yaz-moved-to-github.git Fixed protocol bug in 8777query. --- diff --git a/asn/proto.c b/asn/proto.c index 2a5d0d9..4113b36 100644 --- a/asn/proto.c +++ b/asn/proto.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: proto.c,v $ - * Revision 1.5 1995-02-14 11:54:22 quinn + * Revision 1.6 1995-03-01 14:46:03 quinn + * Fixed protocol bug in 8777query. + * + * Revision 1.5 1995/02/14 11:54:22 quinn * Fixing include. * * Revision 1.4 1995/02/10 15:54:30 quinn @@ -291,7 +294,7 @@ int z_Query(ODR o, Z_Query **p, int opt) static Odr_arm arm[] = { {ODR_IMPLICIT, ODR_CONTEXT, 1, Z_Query_type_1, z_RPNQuery}, - {ODR_IMPLICIT, ODR_CONTEXT, 2, Z_Query_type_2, odr_octetstring}, + {ODR_EXPLICIT, ODR_CONTEXT, 2, Z_Query_type_2, odr_octetstring}, {-1, -1, -1, -1, 0} };