mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 19:49:35 -05:00
Less crypto error message...
This commit is contained in:
parent
53ee6b01b9
commit
3a0d0dd29b
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ print_an_entry( void )
|
|||
#endif
|
||||
|
||||
if( Entry.name == NULL ) {
|
||||
printf(" No Entry\n");
|
||||
printf(" No Entry found.\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue