Skip to content

Commit

Permalink
Parent from the packet, not head of the VP list
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Jun 18, 2014
1 parent eb24bf2 commit 07dd027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/rlm_files/rlm_files.c
Expand Up @@ -435,7 +435,7 @@ static rlm_rcode_t file_common(rlm_files_t *inst, REQUEST *request, char const *
found = 1;

/* ctx may be reply or proxy */
reply_tmp = paircopy(reply_packet->vps, pl->reply);
reply_tmp = paircopy(reply_packet, pl->reply);
radius_pairmove(request, &reply_packet->vps, reply_tmp, true);
pairmove(request, &request->config_items, &check_tmp);
pairfree(&check_tmp);
Expand Down

0 comments on commit 07dd027

Please sign in to comment.