Module: kamailio Branch: 5.2 Commit: 073212e027e4e90b4520b32d5563d53afd22e0d9 URL: https://github.com/kamailio/kamailio/commit/073212e027e4e90b4520b32d5563d53afd22e0d9
Author: Bastian Triller <[email protected]> Committer: Henning Westerholt <[email protected]> Date: 2020-02-21T17:19:55+01:00 sipcapture: fix typo (cherry picked from commit d4d7a8bb27426045de9afd8636729426a346ca79) --- Modified: src/modules/sipcapture/hep.c Modified: src/modules/sipcapture/sipcapture.c --- Diff: https://github.com/kamailio/kamailio/commit/073212e027e4e90b4520b32d5563d53afd22e0d9.diff Patch: https://github.com/kamailio/kamailio/commit/073212e027e4e90b4520b32d5563d53afd22e0d9.patch --- diff --git a/src/modules/sipcapture/hep.c b/src/modules/sipcapture/hep.c index 0430b96969..f58cd7bf5e 100644 --- a/src/modules/sipcapture/hep.c +++ b/src/modules/sipcapture/hep.c @@ -493,7 +493,7 @@ int parsing_hepv3_message(char *buf, unsigned int len) ri.bind_address = si; if(payload != NULL) { - /* and now recieve message */ + /* and now receive message */ if(hg->proto_t->data == 5) receive_logging_json_msg(payload, payload_len, hg, "rtcp_capture"); else if(hg->proto_t->data == 32) diff --git a/src/modules/sipcapture/sipcapture.c b/src/modules/sipcapture/sipcapture.c index dbb53c0537..f880ec4457 100644 --- a/src/modules/sipcapture/sipcapture.c +++ b/src/modules/sipcapture/sipcapture.c @@ -2424,7 +2424,7 @@ int raw_capture_rcv_loop(int rsock, int port1, int port2, int ipip) ri.bind_address = si; - /* and now recieve message */ + /* and now receive message */ receive_msg(buf + offset, len, &ri); if(si) pkg_free(si); _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
