Skip to content

Commit

Permalink
initialise dval
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Feb 27, 2015
1 parent b7b409f commit 4453b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -2322,7 +2322,7 @@ static int process_proxy_reply(REQUEST *request, RADIUS_PACKET *reply)
* section is ignored.
*/
} else if (reply) {
DICT_VALUE *dval;
DICT_VALUE *dval = NULL;

switch (reply->code) {
case PW_CODE_ACCESS_REJECT:
Expand Down

0 comments on commit 4453b90

Please sign in to comment.