Unreachable Computation at shared-list.c:130 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
shared_list_get_temp_prefix (/home/sate/Testcases/c/cve/dovecot-1.2.0/src/lib-storage/index/shared/shared-list.c)![]() | ||||||
![]() | ||||||
125 | static const char * | |||||
126 | shared_list_get_temp_prefix(struct mailbox_list *list, bool global ATTR_UNUSED) | |||||
127 | { | |||||
128 | i_panic("shared mailbox list: Can't return a temp prefix for '%s'", | |||||
129 | list->ns->prefix); | |||||
130 | return NULL;
| |||||
131 | } | |||||
![]() |