Skip to content

Commit

Permalink
sipdump: small whitespace fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jan 22, 2020
1 parent 2153445 commit 5d523e8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/modules/sipdump/sipdump_mod.c
Expand Up @@ -206,7 +206,7 @@ int ki_sipdump_send(sip_msg_t *msg, str *stag)

if(!sipdump_enabled())
return 1;

memset(&sdi, 0, sizeof(sipdump_info_t));

sdi.buf.s = msg->buf;
Expand Down Expand Up @@ -267,14 +267,14 @@ static int w_sipdump_send(sip_msg_t *msg, char *ptag, char *str2)
}

/**
*
*
*/
int sipdump_msg_received(sr_event_param_t *evp)
{
str wdata;
sipdump_info_t sdi;
char srcip_buf[IP_ADDR_MAX_STRZ_SIZE];

if(!sipdump_enabled())
return 0;

Expand Down Expand Up @@ -319,15 +319,15 @@ int sipdump_msg_received(sr_event_param_t *evp)
}

/**
*
*
*/
int sipdump_msg_sent(sr_event_param_t *evp)
{
str wdata;
sipdump_info_t sdi;
ip_addr_t ip;
char dstip_buf[IP_ADDR_MAX_STRZ_SIZE];

if(!sipdump_enabled())
return 0;

Expand Down

0 comments on commit 5d523e8

Please sign in to comment.