[sr-dev] git:master:7228a9e4: auth_diameter: updated application name

Daniel-Constantin Mierla miconda at gmail.com
Sun Mar 18 11:05:31 CET 2018


Module: kamailio
Branch: master
Commit: 7228a9e413f7d51411961b8ece7281ecf597a9e2
URL: https://github.com/kamailio/kamailio/commit/7228a9e413f7d51411961b8ece7281ecf597a9e2

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2018-03-18T11:02:36+01:00

auth_diameter: updated application name

---

Modified: src/modules/auth_diameter/authorize.h

---

Diff:  https://github.com/kamailio/kamailio/commit/7228a9e413f7d51411961b8ece7281ecf597a9e2.diff
Patch: https://github.com/kamailio/kamailio/commit/7228a9e413f7d51411961b8ece7281ecf597a9e2.patch

---

diff --git a/src/modules/auth_diameter/authorize.h b/src/modules/auth_diameter/authorize.h
index 7f4edaa146..c17b5ba9ec 100644
--- a/src/modules/auth_diameter/authorize.h
+++ b/src/modules/auth_diameter/authorize.h
@@ -39,7 +39,7 @@ typedef enum auth_diam_result {
 	INVALID_PASSWORD,   /*!< Invalid password */
 	USER_UNKNOWN,       /*!< User non existant */
 	ERROR,              /*!< Error occurred, a reply has been sent out,
-	                        return 0 to the openser core */
+	                        return 0 to the kamailio core */
 	AUTHORIZED,         /*!< Authorized. If returned by pre_auth,
 	                         no digest authorization necessary */
 	DO_AUTHORIZATION,   /*!< Can only be returned by pre_auth. */




More information about the sr-dev mailing list