Bump the module magic number.
authorAlan T. DeKok <aland@freeradius.org>
Wed, 28 Apr 2010 08:01:25 +0000 (10:01 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 31 May 2010 08:16:21 +0000 (10:16 +0200)
The APIs are completely different, so the server core should enforce
a prohibition on linking old modules to the new server

src/include/modules.h

index c6eaf84..074cc44 100644 (file)
@@ -36,7 +36,7 @@ enum {
 #define RLM_TYPE_CHECK_CONFIG_SAFE     (1 << 1)
 #define RLM_TYPE_HUP_SAFE              (1 << 2)
 
-#define RLM_MODULE_MAGIC_NUMBER ((uint32_t) (0xf4ee4ad2))
+#define RLM_MODULE_MAGIC_NUMBER ((uint32_t) (0xf4ee4ad3))
 #define RLM_MODULE_INIT RLM_MODULE_MAGIC_NUMBER
 
 typedef struct module_t {