Skip to content

Commit

Permalink
auth_diameter: updated application name
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Mar 18, 2018
1 parent 04d5a6a commit 7228a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/auth_diameter/authorize.h
Expand Up @@ -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. */
Expand Down

0 comments on commit 7228a9e

Please sign in to comment.