From 78909a91319d7274a6c0f896d25c909d071742aa Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 8 Oct 1996 12:56:57 +0000 Subject: [PATCH] Bug fix: tagging of type 101 query. --- asn/proto.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/asn/proto.c b/asn/proto.c index 5324a70..d77f267 100644 --- a/asn/proto.c +++ b/asn/proto.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: proto.c,v $ - * Revision 1.51 1996-07-26 14:07:21 quinn + * Revision 1.52 1996-10-08 12:56:57 adam + * Bug fix: tagging of type 101 query. + * + * Revision 1.51 1996/07/26 14:07:21 quinn * Small * * Revision 1.50 1996/07/26 13:36:15 quinn @@ -751,7 +754,7 @@ int z_Query(ODR o, Z_Query **p, int opt) { {ODR_IMPLICIT, ODR_CONTEXT, 1, Z_Query_type_1, z_RPNQuery}, {ODR_EXPLICIT, ODR_CONTEXT, 2, Z_Query_type_2, odr_octetstring}, - {ODR_EXPLICIT, ODR_CONTEXT, 101, Z_Query_type_101, z_RPNQuery}, + {ODR_IMPLICIT, ODR_CONTEXT, 101, Z_Query_type_101, z_RPNQuery}, {-1, -1, -1, -1, 0} }; -- 1.7.10.4