X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=odr%2Fodr_any.c;h=e464872985bc76f7fa538763538f77241b411d06;hb=d3f87757eae53fd87d2e3e48a392a9e06872f71b;hp=aa5b08f9c134fea1f44b6e89181923eb602303a4;hpb=4d531a1a9131d69c3b6c27fbac42837e22cff61c;p=yaz-moved-to-github.git diff --git a/odr/odr_any.c b/odr/odr_any.c index aa5b08f..e464872 100644 --- a/odr/odr_any.c +++ b/odr/odr_any.c @@ -3,7 +3,7 @@ * See the file LICENSE for details. * Sebastian Hammer, Adam Dickmeiss * - * $Id: odr_any.c,v 1.12 2003-01-06 08:20:27 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); +}