Module: kamailio Branch: master Commit: c7b93907c95c2a9e8d72b6c43668d70d8a2a9025 URL: https://github.com/kamailio/kamailio/commit/c7b93907c95c2a9e8d72b6c43668d70d...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2017-11-03T13:57:24+01:00
core: tcp read - removed unused variable
---
Modified: src/core/tcp_read.c
---
Diff: https://github.com/kamailio/kamailio/commit/c7b93907c95c2a9e8d72b6c43668d70d... Patch: https://github.com/kamailio/kamailio/commit/c7b93907c95c2a9e8d72b6c43668d70d...
---
diff --git a/src/core/tcp_read.c b/src/core/tcp_read.c index 17150fec3f..e001fcf98b 100644 --- a/src/core/tcp_read.c +++ b/src/core/tcp_read.c @@ -1239,7 +1239,7 @@ static int ws_process_msg(char* tcpbuf, unsigned int len, static int tcp_read_hep3(struct tcp_connection *c, int* read_flags) { int bytes; - uint32_t size, mask_present, len; + uint32_t size, len; char *p; struct tcp_req *r;