Get rid of references to my old address
[freeradius.git] / src / modules / rlm_dictionary / rlm_dictionary.c
index 2d1d131..774a4d4 100644 (file)
@@ -18,7 +18,7 @@
  *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
  * Copyright 2000  The FreeRADIUS server project
- * Copyright 2000  Alan Curry <pacman-radius@cqc.com>
+ * Copyright 2000  Alan Curry <pacman@world.std.com>
  */
 
 #include "autoconf.h"
@@ -58,11 +58,13 @@ module_t rlm_dictionary = {
        0,                              /* type: reserved */
        radius_init,                    /* initialization */
        NULL,                           /* instantiation */
-       NULL,                           /* authorization */
-       NULL,                           /* authentication */
-       NULL,                           /* preaccounting */
-       NULL,                           /* accounting */
-       NULL,                           /* checksimul */
+       {
+               NULL,                   /* authentication */
+               NULL,                   /* authorization */
+               NULL,                   /* preaccounting */
+               NULL,                   /* accounting */
+               NULL                    /* checksimul */
+       },
        NULL,                           /* detach */
        NULL                            /* destroy */
 };