Skip to content

Commit

Permalink
pv: remove unused vars in $hdrc(...) implementation
Browse files Browse the repository at this point in the history
- reported by Juha Heinanen
  • Loading branch information
miconda committed Apr 3, 2017
1 parent 987c810 commit 71fce8d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/modules/pv/pv_core.c
Expand Up @@ -1802,13 +1802,8 @@ int pv_get_hdr(struct sip_msg *msg, pv_param_t *param, pv_value_t *res)
*/
int pv_get_hdrc(struct sip_msg *msg, pv_param_t *param, pv_value_t *res)
{
int idx;
int idxf;
pv_value_t tv;
struct hdr_field *hf;
struct hdr_field *hf0;
char *p, *p_ini;
int n, p_size;
int hcount;

if(msg==NULL || res==NULL || param==NULL)
Expand Down

0 comments on commit 71fce8d

Please sign in to comment.