mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-14 02:43:04 -05:00
Fix previous commit, missing semicolon
This commit is contained in:
parent
9fead9d2ce
commit
7e68108d4a
1 changed files with 1 additions and 1 deletions
|
|
@ -802,7 +802,7 @@ retry: /* transaction retry */
|
|||
#else
|
||||
Debug(LDAP_DEBUG_TRACE,
|
||||
"bdb_modrdn: rdn modified%s id=%08lx dn=\"%s\"\n",
|
||||
op->o_noop ? " (no-op)" : "", e->e_id, e->e_dn )
|
||||
op->o_noop ? " (no-op)" : "", e->e_id, e->e_dn );
|
||||
#endif
|
||||
text = NULL;
|
||||
bdb_cache_entry_commit( e );
|
||||
|
|
|
|||
Loading…
Reference in a new issue