Skip to content

Commit

Permalink
Adds missing error codes
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandro-perez authored and arr2036 committed Feb 15, 2016
1 parent bb066b5 commit 015ef79
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/modules/rlm_python/rlm_python.c
Expand Up @@ -116,6 +116,12 @@ static struct {
A(L_INFO)
A(L_ERR)
A(L_PROXY)
A(L_WARN)
A(L_ACCT)
A(L_DBG_WARN)
A(L_DBG_ERR)
A(L_DBG_WARN_REQ)
A(L_DBG_ERR_REQ)
A(RLM_MODULE_REJECT)
A(RLM_MODULE_FAIL)
A(RLM_MODULE_OK)
Expand Down

0 comments on commit 015ef79

Please sign in to comment.