Skip to content

Commit

Permalink
[sipcapture] allow any hep version for hep_net variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ionutrazvanionita committed May 6, 2016
1 parent 3c15d2d commit bcbded5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions modules/sipcapture/sipcapture.c
Expand Up @@ -1699,11 +1699,6 @@ static int pv_get_hep_net(struct sip_msg *msg, pv_param_t *param,
return -1;
}

if (ctx->h.version != 3) {
LM_ERR("hep version 3 or more required for all hep variables!\n");
return -1;
}

ri = &ctx->ri;

if (get_hepvar_name(msg, param, &net_info_type) < 0) {
Expand Down

0 comments on commit bcbded5

Please sign in to comment.