Module: sip-router Branch: master Commit: aa454db1818220d6b05699b9ee6e01a8237ffcb1 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=aa454db1818220d6b05699b9ee6e01a8237ffcb1
Author: Olle E. Johansson <[email protected]> Committer: Olle E. Johansson <[email protected]> Date: Wed Jan 9 22:21:45 2013 +0100 siptrace Typo after test compilations. Bad luck. --- modules_k/siptrace/siptrace.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/modules_k/siptrace/siptrace.c b/modules_k/siptrace/siptrace.c index 6785655..209ab46 100644 --- a/modules_k/siptrace/siptrace.c +++ b/modules_k/siptrace/siptrace.c @@ -128,7 +128,7 @@ static str time_us_column = str_init("time_us"); /* 10 */ #define XHEADERS_BUFSIZE 512 int trace_flag = 0; -=nt trace_on = 0; +int trace_on = 0; int trace_sl_acks = 1; int trace_to_database = 1; _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
