X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=comstack%2Fxmosi.c;fp=comstack%2Fxmosi.c;h=cad3978ba80d955ddda53686a4d35112cea43ec1;hp=4a94c628b63882dd4eb53741330a098e566d6e80;hb=4ae699c927bc26f3550d1a8ca911e8d1fe75dbfc;hpb=3c061ecc327ee0e2e5f0c63b4951c7d51cb87ce7 diff --git a/comstack/xmosi.c b/comstack/xmosi.c index 4a94c62..cad3978 100644 --- a/comstack/xmosi.c +++ b/comstack/xmosi.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: xmosi.c,v $ - * Revision 1.8 1995-11-01 13:54:29 quinn + * Revision 1.9 1996-01-02 08:57:28 quinn + * Changed enums in the ASN.1 .h files to #defines. Changed oident.class to oclass + * + * Revision 1.8 1995/11/01 13:54:29 quinn * Minor adjustments * * Revision 1.7 1995/10/30 12:41:17 quinn @@ -141,7 +144,7 @@ static int addopt(struct netbuf *optbuf, unsigned long level, unsigned long char *str; ent.proto = proto; - ent.class = class; + ent.oclass = class; ent.value = value; if (!(oid = oid_getoidbyent(&ent))) return -1;