Browse Source

- added static loading for maxfwd

Andrei Pelinescu-Onciul 23 years ago
parent
commit
4c4004531a
1 changed files with 3 additions and 0 deletions
  1. 3 0
      sr_module.c

+ 3 - 0
sr_module.c

@@ -23,6 +23,9 @@ int init_builtin_modules()
 	#ifdef STATIC_TM
 		register_module(tm_mod_register,"built-in", 0);
 	#endif
+	#ifdef STATIC_MAXFWD
+		register_module(maxfwd_mod_register, "buitl-in", 0);
+	#endif
 }