Module: kamailio
Branch: master
Commit: 9adccda325d258fe539b54ec67d4389d3a2fc72c
URL: 
https://github.com/kamailio/kamailio/commit/9adccda325d258fe539b54ec67d4389d3a2fc72c

Author: Daniel-Constantin Mierla <mico...@gmail.com>
Committer: GitHub <nore...@github.com>
Date: 2020-06-24T21:05:56+02:00

pua: docs - fixed missing comma in example

- picked from #2371

---

Modified: src/modules/pua/doc/pua_admin.xml

---

Diff:  
https://github.com/kamailio/kamailio/commit/9adccda325d258fe539b54ec67d4389d3a2fc72c.diff
Patch: 
https://github.com/kamailio/kamailio/commit/9adccda325d258fe539b54ec67d4389d3a2fc72c.patch

---

diff --git a/src/modules/pua/doc/pua_admin.xml 
b/src/modules/pua/doc/pua_admin.xml
index 51d0fa3794..c4d6ab7c29 100644
--- a/src/modules/pua/doc/pua_admin.xml
+++ b/src/modules/pua/doc/pua_admin.xml
@@ -112,7 +112,7 @@ modparam("pua", "hash_size", 11)
                <title>Set <varname>db_url</varname> parameter</title>
                <programlisting format="linespecific">
 ...
-modparam("pua", "db_url" "&exampledb;")
+modparam("pua", "db_url", "&exampledb;")
 ...
 </programlisting>
                </example>


_______________________________________________
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to