Module: kamailio
Branch: master
Commit: 7228a9e413f7d51411961b8ece7281ecf597a9e2
URL:
https://github.com/kamailio/kamailio/commit/7228a9e413f7d51411961b8ece7281e…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)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/7228a9e413f7d51411961b8ece7281e…
Patch:
https://github.com/kamailio/kamailio/commit/7228a9e413f7d51411961b8ece7281e…
---
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. */