Unused Value at listescape-plugin.c:298 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
listescape_mail_namespaces_created (/home/sate/Testcases/c/cve/dovecot-1.2.0/src/plugins/listescape/listescape-plugin.c)![]() | ||||||
![]() | ||||||
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 | } | |||||
![]() |