Module: sip-router Branch: master Commit: a99aa2035994fd349479ebd2d903bfc99984c388 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a99aa203...
Author: Henning Westerholt henning.westerholt@1und1.de Committer: Henning Westerholt henning.westerholt@1und1.de Date: Tue Jul 5 00:21:39 2011 +0200
tm: deactivate compilation for not used test function _test_insert_to_reply
---
modules/tm/test.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/modules/tm/test.c b/modules/tm/test.c index 0e76968..72944ae 100644 --- a/modules/tm/test.c +++ b/modules/tm/test.c @@ -26,6 +26,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+#if 0 + #include "defs.h"
@@ -67,3 +69,4 @@ int _test_insert_to_reply( struct sip_msg *msg, char *str ) return 1; }
+#endif \ No newline at end of file