From 94c77ca831e55b3dee31184347f25dd0583085d2 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 23 Jul 2003 12:07:30 +0000 Subject: [PATCH 1/1] Note incorrect ID-private OID for VAL_ADMINSERVICE --- util/oid.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/util/oid.c b/util/oid.c index 1a0ecbb..44ce5bb 100644 --- a/util/oid.c +++ b/util/oid.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2003, Index Data * See the file LICENSE for details. * - * $Id: oid.c,v 1.64 2003-07-18 19:54:30 mike Exp $ + * $Id: oid.c,v 1.65 2003-07-23 12:07:30 mike Exp $ */ /* @@ -234,6 +234,7 @@ static oident standard_oids[] = "exp. spec."}, {PROTO_Z3950, CLASS_EXTSERV, VAL_EXPORTINV, {9,7,-1}, "exp. inv."}, + /* ### Next line should be {9,1000,81,1,-1} */ {PROTO_Z3950, CLASS_EXTSERV, VAL_ADMINSERVICE, {9,81,1,-1}, "Admin"}, {PROTO_Z3950, CLASS_USERINFO,VAL_SEARCHRES1, {10,1,-1}, -- 1.7.10.4