Skip to content

Commit

Permalink
Merge pull request #1013 from mslehto/hepv3
Browse files Browse the repository at this point in the history
modules/siptrace: remove duplicate HEP version check
  • Loading branch information
adubovikov committed Mar 3, 2017
2 parents 18c5ca1 + f98b6f6 commit d3d5ef9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/modules/siptrace/siptrace.c
Expand Up @@ -320,11 +320,6 @@ static int mod_init(void)
}
}

if(hep_version != 1 && hep_version != 2 && hep_version != 3) {
LM_ERR("unsupported version of HEP");
return -1;
}

trace_on_flag = (int*)shm_malloc(sizeof(int));
if(trace_on_flag==NULL) {
LM_ERR("no more shm memory left\n");
Expand Down

0 comments on commit d3d5ef9

Please sign in to comment.