From c365079c73de2cc75ca3630098c448f788a9007c Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 7 Apr 2004 13:47:59 +0000 Subject: [PATCH] Display records even if OID is unknown --- client/client.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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); -- 1.7.10.4