Text   |  XML   |  ReML   |   Visible Warnings:

Useless Assignment  at hostlist_fc.c:75

No properties have been set. | edit properties
Jump to warning location ↓ warning details...
Show Events | Options

gtk_fc_hostlist_init

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/hostlist_fc.c)expand/collapse
Show more  
 68  gtk_fc_hostlist_init(const char *optarg, void* userdata _U_)
 69  {
 70          const char *filter=NULL;
 71   
 72          if(!strncmp(optarg,"hosts,fc,",9)){
 73                  filter=optarg+9;
 74          } else {
 75                  filter=NULL;
 76          }
 77   
 78          init_hostlist_table(TRUE, "Fibre Channel", "fc", filter, fc_hostlist_packet);
 79   
 80  }
Show more  




Change Warning 4365.31142 : Useless Assignment

Priority:
State:
Finding:
Owner:
Note: