Skip to content

Commit

Permalink
Quiet static analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Nov 17, 2013
1 parent 832c6d8 commit f2b77b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/modcall.c
Expand Up @@ -613,7 +613,7 @@ static bool modcall_recurse(REQUEST *request, rlm_components_t component, int de
if (c->type == MOD_FOREACH) {
int i, foreach_depth = -1;
VALUE_PAIR *vp;
modcall_stack_entry_t *next;
modcall_stack_entry_t *next = NULL;
vp_cursor_t cursor;
modgroup *g = mod_callabletogroup(c);

Expand Down Expand Up @@ -939,7 +939,7 @@ static bool modcall_recurse(REQUEST *request, rlm_components_t component, int de
fr_int2str(mod_rcode_table, entry->result, "<invalid>"),
entry->priority);
#endif


rad_assert(result != RLM_MODULE_UNKNOWN);

Expand Down

0 comments on commit f2b77b3

Please sign in to comment.