[sr-dev] git:master:4223fdd1: fixed typo
Alexandr Dubovikov
alexandr.dubovikov at gmail.com
Thu Sep 27 12:41:45 CEST 2018
Module: kamailio
Branch: master
Commit: 4223fdd1e49d9bbcd36d2daebda09c7cbbbfde41
URL: https://github.com/kamailio/kamailio/commit/4223fdd1e49d9bbcd36d2daebda09c7cbbbfde41
Author: Alexandr Dubovikov <alexandr.dubovikov at gmail.com>
Committer: Alexandr Dubovikov <alexandr.dubovikov at gmail.com>
Date: 2018-09-27T12:08:10+02:00
fixed typo
---
Modified: src/modules/sipcapture/sipcapture.c
---
Diff: https://github.com/kamailio/kamailio/commit/4223fdd1e49d9bbcd36d2daebda09c7cbbbfde41.diff
Patch: https://github.com/kamailio/kamailio/commit/4223fdd1e49d9bbcd36d2daebda09c7cbbbfde41.patch
---
diff --git a/src/modules/sipcapture/sipcapture.c b/src/modules/sipcapture/sipcapture.c
index df46d25fb2..7485d5a418 100644
--- a/src/modules/sipcapture/sipcapture.c
+++ b/src/modules/sipcapture/sipcapture.c
@@ -67,7 +67,7 @@
#include "../../core/parser/parse_uri.h"
#include "../../core/parser/digest/digest.h"
#include "../../core/parser/parse_ppi_pai.h"
-#include "../../core/parser//parse_rpid.h"
+#include "../../core/parser/parse_rpid.h"
#include "../../core/forward.h"
#include "../../core/pvar.h"
#include "../../core/str.h"
More information about the sr-dev
mailing list