Useless Assignment at hostlist_tr.c:73 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
gtk_tr_hostlist_init (/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/hostlist_tr.c)![]() | ||||||
![]() | ||||||
66 | gtk_tr_hostlist_init(const char *optarg, void* userdata _U_) | |||||
67 | { | |||||
68 | const char *filter=NULL; | |||||
69 | ||||||
70 | if(!strncmp(optarg,"hosts,tr,",9)){ | |||||
71 | filter=optarg+9; | |||||
72 | } else { | |||||
73 | filter=NULL;
| |||||
74 | } | |||||
75 | ||||||
76 | init_hostlist_table(TRUE, "Token Ring", "tr", filter, tr_hostlist_packet); | |||||
77 | ||||||
78 | } | |||||
![]() |