X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=odr%2Fodr_any.c;h=e464872985bc76f7fa538763538f77241b411d06;hb=fed4c59a3c26f04ba3764947aa2f7ecdd9b46889;hp=3c5c0673f29a00a4989533e28105ab33e16bbcb6;hpb=569f86b4615c2731727be2a0ff898d36f9725819;p=yaz-moved-to-github.git diff --git a/odr/odr_any.c b/odr/odr_any.c index 3c5c067..e464872 100644 --- a/odr/odr_any.c +++ b/odr/odr_any.c @@ -1,9 +1,9 @@ /* - * Copyright (c) 1995-2002, Index Data + * Copyright (c) 1995-2003, Index Data * See the file LICENSE for details. * Sebastian Hammer, Adam Dickmeiss * - * $Id: odr_any.c,v 1.11 2002-07-25 12:51:08 adam Exp $ + * $Id: odr_any.c,v 1.14 2003-05-20 19:55:30 adam Exp $ */ #if HAVE_CONFIG_H #include @@ -32,7 +32,5 @@ int odr_any(ODR o, Odr_any **p, int opt, const char *name) if (ber_any(o, p)) return 1; *p = 0; - if (!opt) - o->error = OREQUIRED; - return opt; -} + return odr_missing(o, opt, name); +}