Skip to content

Commit

Permalink
Remove extraneous assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Apr 17, 2014
1 parent 20e2828 commit f66e396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/modcall.c
Expand Up @@ -847,7 +847,7 @@ static bool modcall_recurse(REQUEST *request, rlm_components_t component, int de
h = mod_callabletogroup(this);
if (h->vpt) continue;

null_case = found = this;
found = this;
break;
}

Expand Down

0 comments on commit f66e396

Please sign in to comment.