X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=client%2Fadmin.c;h=16528ba460294029717435aa0cfbef714b6925d4;hb=f98b671ac4ece0194de14c04ef7c281a410e0831;hp=eaca6ecf410667b9e12b31778f9b7a89ebcebbcf;hpb=7a4064cd15f6c6b34c1180e1bc51f0d0e90da320;p=yaz-moved-to-github.git diff --git a/client/admin.c b/client/admin.c index eaca6ec..16528ba 100644 --- a/client/admin.c +++ b/client/admin.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2007, Index Data ApS * See the file LICENSE for details. * - * $Id: admin.c,v 1.24 2007-04-12 13:52:57 adam Exp $ + * $Id: admin.c,v 1.26 2007-05-08 08:22:35 adam Exp $ */ #include @@ -47,17 +47,13 @@ int sendAdminES(int type, char* param1) Z_APDU *apdu = zget_APDU(out, Z_APDU_extendedServicesRequest ); Z_ExtendedServicesRequest *req = apdu->u.extendedServicesRequest; Z_External *r; - int *oid; + Odr_oid *oid; Z_ESAdminOriginPartToKeep *toKeep; Z_ESAdminOriginPartNotToKeep *notToKeep; printf ("Admin request\n"); fflush(stdout); - oid = yaz_string_to_oid_odr(yaz_oid_std(), - CLASS_EXTSERV, - OID_STR_ADMIN, - out); - + oid = odr_oiddup(out, yaz_oid_extserv_admin); req->packageType = oid; req->packageName = "1.Extendedserveq";