Missed removing config for rlm_expiration
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 2 Jul 2013 18:58:30 +0000 (19:58 +0100)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 2 Jul 2013 18:58:30 +0000 (19:58 +0100)
src/modules/rlm_expiration/rlm_expiration.c

index 0b63752..26a1424 100644 (file)
@@ -49,9 +49,7 @@ typedef struct rlm_expiration_t {
  *     buffer over-flows.
  */
 static const CONF_PARSER module_config[] = {
-  { "reply-message", PW_TYPE_STRING_PTR, offsetof(rlm_expiration_t,msg),
-    NULL, "Password Has Expired\r\n"},
-  { NULL, -1, 0, NULL, NULL }
+       { NULL, -1, 0, NULL, NULL }
 };
 
 /*