From: Alejandro Date: Sun, 14 Feb 2016 07:56:03 +0000 (+0100) Subject: Adds missing error codes X-Git-Tag: release_3_0_12~231 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31065214f10bc26a1427f7cc3cc24b4cedef29c1;p=thirdparty%2Ffreeradius-server.git Adds missing error codes --- diff --git a/src/modules/rlm_python/rlm_python.c b/src/modules/rlm_python/rlm_python.c index d7ce86f0c8c..508938df8ab 100644 --- a/src/modules/rlm_python/rlm_python.c +++ b/src/modules/rlm_python/rlm_python.c @@ -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)