Module: kamailio Branch: 5.2 Commit: 0e552e6c2efcf449e91040b781eafafca2a1e97a URL: https://github.com/kamailio/kamailio/commit/0e552e6c2efcf449e91040b781eafafc...
Author: Henning Westerholt hw@skalatan.de Committer: Henning Westerholt hw@skalatan.de Date: 2020-01-24T16:43:48+01: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/0e552e6c2efcf449e91040b781eafafc... Patch: https://github.com/kamailio/kamailio/commit/0e552e6c2efcf449e91040b781eafafc...
---
diff --git a/src/modules/uri_db/checks.h b/src/modules/uri_db/checks.h index c7bac8cf34..208cf824d0 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, str* name); 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 */