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