Changeset 5122:7c5c4e11cd38 for imap

Show
Ignore:
Timestamp:
2007-04-11 09:25:56 (20 months ago)
Author:
Brendan Cully <brendan@…>
Branch:
HEAD
Message:

Make imap_hcache_open robust against missing idata->ctx

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • imap/util.c

    r5121 r5122  
    8888  else 
    8989  { 
    90     if (imap_parse_path (idata->ctx->path, &mx) < 0) 
     90    if (!idata->ctx || imap_parse_path (idata->ctx->path, &mx) < 0) 
    9191      return NULL; 
    9292