Text   |  XML   |  ReML   |   Visible Warnings:

Useless Assignment  at hostlist_jxta.c:70

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

gtk_jxta_hostlist_init

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




Change Warning 4369.31148 : Useless Assignment

Priority:
State:
Finding:
Owner:
Note: