Skip to content

Commit

Permalink
Out isn't a char array
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Apr 30, 2014
1 parent 91d70d8 commit 9166d49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/valuepair.c
Original file line number Diff line number Diff line change
Expand Up @@ -1222,7 +1222,6 @@ int radius_mapexec(VALUE_PAIR **out, REQUEST *request, value_pair_map_t const *m
* if dst is an attribute, then we create an attribute of that type and then
* call pairparsevalue on the output of the script.
*/
out[0] = '\0';
result = radius_exec_program(request, map->src->name, true, true,
answer, sizeof(answer), EXEC_TIMEOUT,
input_pairs ? *input_pairs : NULL,
Expand Down

0 comments on commit 9166d49

Please sign in to comment.