Skip to content

Commit

Permalink
sipcapture: removed trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Nov 13, 2023
1 parent 8249a68 commit 6353601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/sipcapture/hep.c
Expand Up @@ -220,10 +220,10 @@ int hepv2_received(char *buf, unsigned int len, struct receive_info *ri)
ri->dst_port = ntohs(heph->hp_dport);

/* cut off the offset */
/*
/*
* len -= offset;
* p = buf + offset;
* memmove(buf, p, BUF_SIZE+1);
* memmove(buf, p, BUF_SIZE+1);
*/

hep_payload = buf + hep_offset;
Expand Down

0 comments on commit 6353601

Please sign in to comment.