Text   |  XML   |  ReML   |   Visible Warnings:

Useless Assignment  at hostlist_sctp.c:72

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

gtk_sctp_hostlist_init

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/hostlist_sctp.c)expand/collapse
Show more  
 65  gtk_sctp_hostlist_init(const char *optarg, void* userdata _U_)
 66  {
 67          const char *filter=NULL;
 68   
 69          if(!strncmp(optarg,"hosts,sctp,",11)){
 70                  filter=optarg+11;
 71          } else {
 72                  filter=NULL;
 73          }
 74   
 75          init_hostlist_table(FALSE, "SCTP", "sctp", filter, sctp_hostlist_packet);
 76  }
Show more  




Change Warning 4372.31151 : Useless Assignment

Priority:
State:
Finding:
Owner:
Note: