From 87faffa2e6b9db4d973c12951a068f34c297af68 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Tue, 23 Sep 2003 11:06:21 +0000 Subject: [PATCH] Make new print_entry() the default --- clients/tools/ldapsearch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/tools/ldapsearch.c b/clients/tools/ldapsearch.c index 31be49d5f0..738a204985 100644 --- a/clients/tools/ldapsearch.c +++ b/clients/tools/ldapsearch.c @@ -995,7 +995,7 @@ done: return( rc ); } -#if 1 +#ifdef OLD_WAY /* This is the original version, the old way of doing things. */ static void print_entry( -- 2.39.5