Text   |  XML   |  ReML   |   Visible Warnings:

Useless Assignment  at hostlist_tr.c:73

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

gtk_tr_hostlist_init

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/hostlist_tr.c)expand/collapse
Show more  
 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  }
Show more  




Change Warning 4374.31153 : Useless Assignment

Priority:
State:
Finding:
Owner:
Note: