X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fseshigh.c;h=25558230b3ef739c8f40f0fdf5b05c1ff199d7a9;hp=bc16416553e77ba2341f4efcc9449d846b20667f;hb=62d24093ae987d90e07a40a8d75f1338b5bbb14b;hpb=411c62d6ff8ded6e1ef68eebea9d9bbaaac360fd diff --git a/src/seshigh.c b/src/seshigh.c index bc16416..2555823 100644 --- a/src/seshigh.c +++ b/src/seshigh.c @@ -2322,6 +2322,10 @@ static Z_APDU *process_initRequest(association *assoc, request *reqb) assoc->init->implementation_id, resp->implementationId); + resp->implementationVersion = odr_prepend(assoc->encode, + assoc->init->implementation_version, + resp->implementationVersion); + resp->implementationName = odr_prepend(assoc->encode, assoc->init->implementation_name, odr_prepend(assoc->encode, "GFS", resp->implementationName));