Add missing constant
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 4 May 2016 22:37:09 +0000 (15:37 -0700)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 4 May 2016 22:37:09 +0000 (15:37 -0700)
src/modules/rlm_python/rlm_python.c

index 1970008..ab82a72 100644 (file)
@@ -134,6 +134,7 @@ static struct {
 #define A(x) { #x, x },
 
        A(L_DBG)
+       A(L_WARN)
        A(L_AUTH)
        A(L_INFO)
        A(L_ERR)