Skip to content

Commit

Permalink
reinit vpc on each loop
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Jul 17, 2013
1 parent 777d599 commit 6b4065a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/xlat.c
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ static ssize_t xlat_debug_attr(UNUSED void *instance, REQUEST *request, char con
int pad;
ssize_t len;
uint8_t *data = NULL;
vpc = NULL;

if (type->number == vp->da->type) {
goto next_type;
Expand Down

0 comments on commit 6b4065a

Please sign in to comment.