X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=asn%2Fzget.c;fp=asn%2Fzget.c;h=4d58e17a156678fffdce0e68f5ca82a40f78ab78;hp=63c4b95682d9c1758d651d29ec0e11b634a7471c;hb=c546a1218ae6a2ccda5dcf30809b18a0e335918c;hpb=10308339de640b9ff73ed096a6ed2f5faf5646de diff --git a/asn/zget.c b/asn/zget.c index 63c4b95..4d58e17 100644 --- a/asn/zget.c +++ b/asn/zget.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: zget.c,v $ - * Revision 1.2 1995-05-30 10:15:49 quinn + * Revision 1.3 1995-06-05 10:52:06 quinn + * Fixed some negligences. + * + * Revision 1.2 1995/05/30 10:15:49 quinn * Added our implementor's ID * * Revision 1.1 1995/05/22 11:30:20 quinn @@ -50,8 +53,10 @@ Z_InitResponse *zget_InitResponse(ODR o) *r->preferredMessageSize = 30*1024; r->maximumRecordSize = odr_malloc(o, sizeof(int)); *r->maximumRecordSize = 30*1024; - r->implementationId = "YAZ"; - r->implementationName = "Index Data YAZ Z39.50/SR implementation"; + r->result = odr_malloc(o, sizeof(bool_t)); + *r->result = 1; + r->implementationId = "YAZ (id=81)"; + r->implementationName = "Index Data/YAZ"; r->implementationVersion = YAZ_VERSION; r->userInformationField = 0; return r;