Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Jun 28, 2024
1 parent d595b4e commit 810dad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/rlm_ldap/rlm_ldap.c
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ static int ldap_xlat_uri_parse(LDAPURLDesc **uri_parsed, char **host_out, bool *
*/
uri = fr_value_box_list_head(&uri_in->vb_group);

if (fr_value_box_list_concat_in_place(uri, uri, &uri->vb_group,
if (fr_value_box_list_concat_in_place(uri, uri, &uri_in->vb_group,
FR_TYPE_STRING, FR_VALUE_BOX_LIST_FREE, true, SIZE_MAX) < 0) {
REDEBUG("Failed concattenating input");
goto error;
Expand Down

0 comments on commit 810dad6

Please sign in to comment.