Adds missing error codes
authorAlejandro <alejandro.perez.mendez@gmail.com>
Sun, 14 Feb 2016 07:56:03 +0000 (08:56 +0100)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 15 Feb 2016 15:44:07 +0000 (07:44 -0800)
src/modules/rlm_python/rlm_python.c

index d7ce86f..508938d 100644 (file)
@@ -117,6 +117,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)