Module: kamailio Branch: master Commit: 44c1c181bd250c0f81ffe0bb6b6566b4148b8b0f URL: https://github.com/kamailio/kamailio/commit/44c1c181bd250c0f81ffe0bb6b6566b4...
Author: �������������������� �������������������������������� git-dpa@aegee.org Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2023-02-08T14:05:32+01:00
xhttp: typo
---
Modified: src/modules/xhttp/xhttp_mod.c
---
Diff: https://github.com/kamailio/kamailio/commit/44c1c181bd250c0f81ffe0bb6b6566b4... Patch: https://github.com/kamailio/kamailio/commit/44c1c181bd250c0f81ffe0bb6b6566b4...
---
diff --git a/src/modules/xhttp/xhttp_mod.c b/src/modules/xhttp/xhttp_mod.c index 31b2efb4d6e..ec53f75f40c 100644 --- a/src/modules/xhttp/xhttp_mod.c +++ b/src/modules/xhttp/xhttp_mod.c @@ -333,7 +333,7 @@ static int xhttp_handler(sip_msg_t *msg) ret = NONSIP_MSG_DROP;
if(!IS_HTTP(msg)) { - /* oly http msg type */ + /* only http msg type */ return NONSIP_MSG_PASS; }