Skip to content

Commit

Permalink
seas: init variable to get rid of compile warning
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Mar 26, 2016
1 parent 5075cef commit 3a25e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/seas/encode_msg.c
Expand Up @@ -148,7 +148,7 @@ char get_header_code(struct hdr_field *hf)
*/
int encode_msg(struct sip_msg *msg,char *payload,int len)
{
int i,j,k,u,request;
int i,j=0,k,u,request;
unsigned short int h;
struct hdr_field* hf;
struct msg_start* ms;
Expand Down

0 comments on commit 3a25e48

Please sign in to comment.