Useless Assignment at acl-backend-vfile.c:439 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
acl_backend_remove_all_access (/home/sate/Testcases/c/cve/dovecot-1.2.0/src/plugins/acl/acl-backend-vfile.c)![]() | ||||||
![]() | ||||||
434 | static void acl_backend_remove_all_access(struct acl_object *aclobj) | |||||
435 | { | |||||
436 | struct acl_rights_update rights; | |||||
437 | ||||||
438 | memset(&rights, 0, sizeof(rights)); | |||||
439 | rights.rights.id_type = ACL_ID_ANYONE;
| |||||
440 | rights.modify_mode = ACL_MODIFY_MODE_REPLACE; | |||||
441 | acl_cache_update(aclobj->backend->cache, aclobj->name, &rights); | |||||
442 | } | |||||
![]() |