浏览代码

- added static loading for maxfwd

Andrei Pelinescu-Onciul 23 年之前
父节点
当前提交
4c4004531a
共有 1 个文件被更改,包括 3 次插入0 次删除
  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
 }