Useless Assignment at sip_stat.c:349 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
sipstat_reset (/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/sip_stat.c)![]() | ||||||
![]() | ||||||
340 | sipstat_reset(void *psp) | |||||
341 | { | |||||
342 | sipstat_t *sp = psp; | |||||
343 | if (sp) | |||||
344 | { | |||||
345 | sp->packets = 0; | |||||
346 | sp->resent_packets = 0; | |||||
347 | sp->average_setup_time = 0; | |||||
348 | sp->max_setup_time = 0; | |||||
349 | sp->max_setup_time = 0;
| |||||
350 | sp->no_of_completed_calls = 0; | |||||
351 | sp->total_setup_time = 0; | |||||
352 | g_hash_table_foreach(sp->hash_responses, (GHFunc)sip_reset_hash_responses, NULL); | |||||
353 | g_hash_table_foreach(sp->hash_requests, (GHFunc)sip_reset_hash_requests, NULL); | |||||
354 | } | |||||
355 | } | |||||
![]() |