浏览代码

modules/sipcapture: Fixed bad timestamp in the raw socket mode

HEPpy New Year!
Alexandr Dubovikov 11 年之前
父节点
当前提交
cc34c8e2c1
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      modules/sipcapture/sipcapture.c

+ 2 - 1
modules/sipcapture/sipcapture.c

@@ -1017,7 +1017,8 @@ static int child_init(int rank)
                 LM_ERR("no more pkg memory left\n");
                 return -1;
         }
-
+        
+	heptime->tv_sec = 0;
 
 	return 0;
 }