Browse Source

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

HEPpy New Year!
Alexandr Dubovikov 11 năm trước cách đây
mục cha
commit
cc34c8e2c1
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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;
 }