From: Quanah Gibson-Mount Date: Sat, 25 Jan 2020 00:56:03 +0000 (+0000) Subject: ITS#8116 - Make SyncInfo Received message LDIF compliant X-Git-Tag: OPENLDAP_REL_ENG_2_4_49~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=684771e85ac46fe4bed02ce5e0e4858818390a49;p=thirdparty%2Fopenldap.git ITS#8116 - Make SyncInfo Received message LDIF compliant --- 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;