Browse Source

siptrace Typo after test compilations. Bad luck.

Olle E. Johansson 12 years ago
parent
commit
aa454db181
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules_k/siptrace/siptrace.c

+ 1 - 1
modules_k/siptrace/siptrace.c

@@ -128,7 +128,7 @@ static str time_us_column     = str_init("time_us");     /* 10 */
 #define XHEADERS_BUFSIZE 512
 #define XHEADERS_BUFSIZE 512
 
 
 int trace_flag = 0;
 int trace_flag = 0;
-=nt trace_on   = 0;
+int trace_on   = 0;
 int trace_sl_acks = 1;
 int trace_sl_acks = 1;
 
 
 int trace_to_database = 1;
 int trace_to_database = 1;