Fix previous commit, missing semicolon

This commit is contained in:
Howard Chu 2002-03-18 08:55:21 +00:00
parent 9fead9d2ce
commit 7e68108d4a

View File

@ -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 );