mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 05:30:07 -05:00
Fix typo in error message
This commit is contained in:
parent
0ac9b6889e
commit
50dd91de39
1 changed files with 1 additions and 1 deletions
|
|
@ -709,7 +709,7 @@ tool_conn_setup( int not, void (*private_setup)( LDAP * ) )
|
|||
rc = ldap_initialize( &ld, ldapuri );
|
||||
if( rc != LDAP_SUCCESS ) {
|
||||
fprintf( stderr,
|
||||
"Could not create LDAP session handle for URI=%s %d): %s\n",
|
||||
"Could not create LDAP session handle for URI=%s (%d): %s\n",
|
||||
ldapuri, rc, ldap_err2string(rc) );
|
||||
exit( EXIT_FAILURE );
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue