Text   |  XML   |  ReML   |   Visible Warnings:

Unreachable Computation  at shared-list.c:130

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

shared_list_get_temp_prefix

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/lib-storage/index/shared/shared-list.c)expand/collapse
Show more  
 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  }
Show more  




Change Warning 7509.24405 : Unreachable Computation

Priority:
State:
Finding:
Owner:
Note: