Browse Source

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

HEPpy New Year!
Alexandr Dubovikov 11 years ago
parent
commit
cc34c8e2c1
1 changed files with 2 additions and 1 deletions
  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");
                 LM_ERR("no more pkg memory left\n");
                 return -1;
                 return -1;
         }
         }
-
+        
+	heptime->tv_sec = 0;
 
 
 	return 0;
 	return 0;
 }
 }