소스 검색

- 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
 	#ifdef STATIC_TM
 		register_module(tm_mod_register,"built-in", 0);
 		register_module(tm_mod_register,"built-in", 0);
 	#endif
 	#endif
+	#ifdef STATIC_MAXFWD
+		register_module(maxfwd_mod_register, "buitl-in", 0);
+	#endif
 }
 }