Text   |  XML   |  ReML   |   Visible Warnings:

Useless Assignment  at listescape-plugin.c:300

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

listescape_mail_namespaces_created

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/plugins/listescape/listescape-plugin.c)expand/collapse
Show more  
 296  listescape_mail_namespaces_created(struct mail_namespace *namespaces)
 297  {
 298          struct mail_namespace *ns = namespaces;
 299   
 300          for (ns = namespaces; ns != NULL; ns = ns->next) {
 301                  if (ns->real_sep != ns->sep)
 302                          ns->real_sep = ns->sep;
 303          }
 304   
 305          if (listescape_next_hook_mail_namespaces_created != NULL)
 306                  listescape_next_hook_mail_namespaces_created(namespaces);
 307  }
Show more  




Change Warning 8119.24386 : Useless Assignment

Priority:
State:
Finding:
Owner:
Note: