From 684771e85ac46fe4bed02ce5e0e4858818390a49 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Sat, 25 Jan 2020 00:56:03 +0000 Subject: [PATCH] ITS#8116 - Make SyncInfo Received message LDIF compliant --- 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 99680228d4..0b2c5e018d 100644 --- a/clients/tools/ldapsearch.c +++ b/clients/tools/ldapsearch.c @@ -1511,7 +1511,7 @@ static int dosearch( nresponses_psearch = 0; if ( strcmp( retoid, LDAP_SYNC_INFO ) == 0 ) { - printf(_("SyncInfo Received\n")); + printf(_("# SyncInfo Received\n")); ldap_memfree( retoid ); ber_bvfree( retdata ); break; -- 2.47.2