|
@@ -227,7 +227,7 @@ int receive_msg(char *buf, unsigned int len, receive_info_t *rcv_info)
|
|
struct run_act_ctx ctx;
|
|
struct run_act_ctx ctx;
|
|
struct run_act_ctx *bctx = NULL;
|
|
struct run_act_ctx *bctx = NULL;
|
|
int ret = -1;
|
|
int ret = -1;
|
|
- struct timeval tvb, tve;
|
|
|
|
|
|
+ struct timeval tvb = {0}, tve = {0};
|
|
unsigned int diff = 0;
|
|
unsigned int diff = 0;
|
|
str inb = STR_NULL;
|
|
str inb = STR_NULL;
|
|
sr_net_info_t netinfo = {0};
|
|
sr_net_info_t netinfo = {0};
|