Skip to content

Commit

Permalink
Issue 6417 - (2nd) typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tbordaz committed Jan 6, 2025
1 parent df83285 commit db97133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ldap/servers/slapd/back-ldbm/ldbm_entryrdn.c
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,7 @@ entryrdn_lookup_dn(backend *be,
/* Just in case the suffix ID is not '1' retrieve it from the database */
keybuf = slapi_ch_strdup(slapi_sdn_get_ndn(be->be_suffix));
dblayer_value_set(be, &key, keybuf, strlen(keybuf) + 1);
rc = dblayer_cursor_op(&ctx.cursor, DBI_OP_MOVE_TO_KEY, &key, &data);
rc = dblayer_cursor_op(&cursor, DBI_OP_MOVE_TO_KEY, &key, &data);
if (rc) {
slapi_log_err(SLAPI_LOG_WARNING, "entryrdn_lookup_dn",
"Fails to retrieve the ID of suffix %s - keep the default value '%d'\n",
Expand Down

0 comments on commit db97133

Please sign in to comment.