Skip to content

Commit

Permalink
use correct value. Fixes #5461
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Nov 15, 2024
1 parent 3cec145 commit 3e23290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/server/users_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ static int pairlist_read_internal(TALLOC_CTX *ctx, fr_dict_t const *dict, char c
*/
if (!fr_sbuff_is_char(&sbuff, '\n')) {
add_entry:
fr_dlist_insert_tail(&list->head, &t);
fr_dlist_insert_tail(&list->head, t);
break;
}

Expand Down

0 comments on commit 3e23290

Please sign in to comment.