]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#8116 - Make SyncInfo Received message LDIF compliant
authorQuanah Gibson-Mount <quanah@openldap.org>
Sat, 25 Jan 2020 00:56:03 +0000 (00:56 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Sat, 25 Jan 2020 00:56:03 +0000 (00:56 +0000)
clients/tools/ldapsearch.c

index 99680228d4498a50707f2fb3e7d380ef1796e522..0b2c5e018d8d1301373506e1a8c5f4d8d6a735d3 100644 (file)
@@ -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;