Useless Assignment at hostlist_rsvp.c:76 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
gtk_rsvp_hostlist_init (/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/hostlist_rsvp.c)![]() | ||||||
![]() | ||||||
69 | gtk_rsvp_hostlist_init(const char *optarg, void* userdata _U_) | |||||
70 | { | |||||
71 | const char *filter=NULL; | |||||
72 | ||||||
73 | if(!strncmp(optarg,"hosts,rsvp,",11)){ | |||||
74 | filter=optarg+11; | |||||
75 | } else { | |||||
76 | filter=NULL;
| |||||
77 | } | |||||
78 | ||||||
79 | init_hostlist_table(TRUE, "RSVP", "rsvp", filter, | |||||
80 | rsvp_hostlist_packet); | |||||
81 | ||||||
82 | } | |||||
![]() |