mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Don't print unprintable keys
This commit is contained in:
parent
d88f1757ef
commit
9b18295f4f
@ -333,10 +333,12 @@ bdb_idl_insert_key(
|
||||
ID ids[BDB_IDL_DB_SIZE];
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
/* for printable keys only */
|
||||
Debug( LDAP_DEBUG_ARGS,
|
||||
"=> bdb_idl_insert_key: %s %ld\n",
|
||||
(char *)key->data, (long) id, 0 );
|
||||
#endif
|
||||
|
||||
assert( id != NOID );
|
||||
|
||||
@ -539,10 +541,12 @@ bdb_idl_delete_key(
|
||||
ID ids[BDB_IDL_DB_SIZE];
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
/* for printable keys only */
|
||||
Debug( LDAP_DEBUG_ARGS,
|
||||
"=> bdb_idl_delete_key: %s %ld\n",
|
||||
(char *)key->data, (long) id, 0 );
|
||||
#endif
|
||||
|
||||
assert( id != NOID );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user