mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 19:19:35 -05:00
Insert missing %s in printf format to print ldap_err2string().
This commit is contained in:
parent
3420d12bdc
commit
c46cd36088
1 changed files with 1 additions and 1 deletions
|
|
@ -471,7 +471,7 @@ do_syncrepl(
|
|||
NULL, -1, &msgid );
|
||||
|
||||
if( rc != LDAP_SUCCESS ) {
|
||||
fprintf( stderr, "syncrepl: ldap_search_ext (%d)\n",
|
||||
fprintf( stderr, "syncrepl: ldap_search_ext: %s (%d)\n",
|
||||
ldap_err2string( rc ), rc );
|
||||
return NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue