Module: kamailio
Branch: 5.3
Commit: 204050d214f9dfbd5c0f2cc12dad1beef70be952
URL:
https://github.com/kamailio/kamailio/commit/204050d214f9dfbd5c0f2cc12dad1be…
Author: Marat Gareev <maratkin94(a)gmail.com>
Committer: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Date: 2020-07-17T15:11:15+02:00
xhttp_prom: fixed typo in the documentation [skip ci]
(cherry picked from commit fbfc720a82ed2e6c537fd7fa36b913cf079123ae)
(cherry picked from commit e8ef3c2bb57c3c35ca023d3b01577435f7b80529)
---
Modified: src/modules/xhttp_prom/doc/xhttp_prom_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/204050d214f9dfbd5c0f2cc12dad1be…
Patch:
https://github.com/kamailio/kamailio/commit/204050d214f9dfbd5c0f2cc12dad1be…
---
diff --git a/src/modules/xhttp_prom/doc/xhttp_prom_admin.xml
b/src/modules/xhttp_prom/doc/xhttp_prom_admin.xml
index 91ba012f3c..c098f2d382 100644
--- a/src/modules/xhttp_prom/doc/xhttp_prom_admin.xml
+++ b/src/modules/xhttp_prom/doc/xhttp_prom_admin.xml
@@ -101,7 +101,7 @@
<title>Set <varname>xhttp_prom_buf_size</varname>
parameter</title>
<programlisting format="linespecific">
...
-modparam("xhttp", "xhttp_prom_buf_size", 1024)
+modparam("xhttp_prom", "xhttp_prom_buf_size", 1024)
...
</programlisting>
</example>
@@ -122,7 +122,7 @@ modparam("xhttp", "xhttp_prom_buf_size", 1024)
<programlisting format="linespecific">
...
# Set timeout to 10 hours
-modparam("xhttp", "xhttp_prom_timeout", 600)
+modparam("xhttp_prom", "xhttp_prom_timeout", 600)
...
</programlisting>
</example>