add initialization in internet_addressing
authorWilfried Goesgens <dothebart@citadel.org>
Sun, 1 Sep 2013 18:40:00 +0000 (20:40 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 1 Sep 2013 18:40:00 +0000 (20:40 +0200)
citadel/scripts/mk_module_init.sh

index cc51ae933916b291a9d829643fb75878c1ca829c..ee11a42b61bfaec10089b14b604e3c4d12bc6fc6 100755 (executable)
@@ -30,7 +30,7 @@ U_FILE="$CUR_DIR/modules_upgrade.c"
 
 /usr/bin/printf "Scanning extension modules for entry points.\n"
 
-STATIC_FIRST_MODULES="citserver control modules euidindex file_ops msgbase room_ops user_ops nttlist database"
+STATIC_FIRST_MODULES="citserver control modules euidindex file_ops msgbase room_ops user_ops nttlist database internet_addressing"
 DYNAMIC_MODULES=`grep CTDL_MODULE_INIT modules/*/*.c |$SED 's;.*(\(.*\));\1;'`
 if test -d user_modules; then 
     USER_MODULES=`grep CTDL_MODULE_INIT user_modules/*/*.c |$SED 's;.*(\(.*\));\1;'`