From: Adam Dickmeiss Date: Wed, 7 Apr 2004 13:47:59 +0000 (+0000) Subject: Display records even if OID is unknown X-Git-Tag: YAZ.2.0.20~39 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=c365079c73de2cc75ca3630098c448f788a9007c;p=yaz-moved-to-github.git Display records even if OID is unknown --- diff --git a/client/client.c b/client/client.c index 7dd97d9..429a1fe 100644 --- a/client/client.c +++ b/client/client.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2004, Index Data * See the file LICENSE for details. * - * $Id: client.c,v 1.236 2004-03-17 10:59:41 adam Exp $ + * $Id: client.c,v 1.237 2004-04-07 13:47:59 adam Exp $ */ #include @@ -741,8 +741,6 @@ static void display_record(Z_External *r) } } } - if (ent && ent->oclass != CLASS_RECSYN) - return; if (ent && ent->value == VAL_SOIF) print_record((const unsigned char *) r->u.octet_aligned->buf, r->u.octet_aligned->len);