X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fseshigh.c;h=25558230b3ef739c8f40f0fdf5b05c1ff199d7a9;hb=f1bbea81f533c0386482e7e8cf000b982bdd9eb8;hp=bc16416553e77ba2341f4efcc9449d846b20667f;hpb=5242cb5a8634bfa38b9333ff7f903e718ac6e292;p=yaz-moved-to-github.git 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));