فهرست منبع

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;
 }