Browse Source

statsd: one more increase for milliseconds buffer

Daniel-Constantin Mierla 8 years ago
parent
commit
8084551cee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/statsd/statsd.c

+ 1 - 1
modules/statsd/statsd.c

@@ -125,7 +125,7 @@ static int func_time_start(struct sip_msg *msg, char *key)
 
 static int func_time_end(struct sip_msg *msg, char *key)
 {
-    char unix_time[20];
+    char unix_time[24];
     char *endptr;
     long int start_time;
     int result;