Useless Assignment at hostlist_jxta.c:70 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
gtk_jxta_hostlist_init (/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/hostlist_jxta.c)![]() | ||||||
![]() | ||||||
63 | gtk_jxta_hostlist_init(const char *optarg, void* userdata _U_) | |||||
64 | { | |||||
65 | const char *filter=NULL; | |||||
66 | ||||||
67 | if(!strncmp(optarg,"hosts,jxta,",11)){ | |||||
68 | filter=optarg+11; | |||||
69 | } else { | |||||
70 | filter=NULL;
| |||||
71 | } | |||||
72 | ||||||
73 | init_hostlist_table(TRUE, "JXTA", "jxta", filter, jxta_hostlist_packet); | |||||
74 | ||||||
75 | } | |||||
![]() |