[sr-dev] git:5.3:841182e9: uri_db: spelling fix in variable name

Henning Westerholt hw at skalatan.de
Wed Oct 9 21:25:16 CEST 2019


Module: kamailio
Branch: 5.3
Commit: 841182e9ee55dca5b932a7716d14b3350ab3671f
URL: https://github.com/kamailio/kamailio/commit/841182e9ee55dca5b932a7716d14b3350ab3671f

Author: Henning Westerholt <hw at skalatan.de>
Committer: Henning Westerholt <hw at skalatan.de>
Date: 2019-10-09T21:24:46+02:00

uri_db: spelling fix in variable name

(cherry picked from commit 23b60ed9fbf9396bd531c76f57c133d5850c0764)

---

Modified: src/modules/uri_db/checks.h

---

Diff:  https://github.com/kamailio/kamailio/commit/841182e9ee55dca5b932a7716d14b3350ab3671f.diff
Patch: https://github.com/kamailio/kamailio/commit/841182e9ee55dca5b932a7716d14b3350ab3671f.patch

---

diff --git a/src/modules/uri_db/checks.h b/src/modules/uri_db/checks.h
index 959dbbbfb3..5eb504a1a0 100644
--- a/src/modules/uri_db/checks.h
+++ b/src/modules/uri_db/checks.h
@@ -63,7 +63,7 @@ int uridb_db_ver(const str* db_url);
 int ki_check_to(struct sip_msg* _m);
 int ki_check_from(struct sip_msg* _m);
 int ki_check_uri(struct sip_msg* msg, str *suri);
-int ki_check_uri_realm(struct sip_msg* msg, str *suri, str *susername, str *srelam);
+int ki_check_uri_realm(struct sip_msg* msg, str *suri, str *susername, str *srealm);
 int ki_does_uri_exist(struct sip_msg* _msg);
 
 #endif /* CHECKS_H */




More information about the sr-dev mailing list