Text   |  XML   |  ReML   |   Visible Warnings:

Useless Assignment  at hostlist_ipx.c:73

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

gtk_ipx_hostlist_init

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/hostlist_ipx.c)expand/collapse
Show more  
 66  gtk_ipx_hostlist_init(const char *optarg, void* userdata _U_)
 67  {
 68          const char *filter=NULL;
 69   
 70          if(!strncmp(optarg,"hosts,ipx,",10)){
 71                  filter=optarg+10;
 72          } else {
 73                  filter=NULL;
 74          }
 75   
 76          init_hostlist_table(TRUE, "IPX", "ipx", filter, ipx_hostlist_packet);
 77   
 78  }
Show more  




Change Warning 4368.31147 : Useless Assignment

Priority:
State:
Finding:
Owner:
Note: