Changeset 5118:9a1796a3f8f9 for imap

Show
Ignore:
Timestamp:
2007-04-10 19:23:16 (20 months ago)
Author:
Brendan Cully <brendan@…>
Branch:
HEAD
Message:

Fix some warnings

Location:
imap
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • imap/imap.c

    r5115 r5118  
    15681568#ifdef USE_HCACHE 
    15691569  header_cache_t *hc = NULL; 
    1570   ciss_url_t url; 
    1571   char urlstr[LONG_STRING]; 
    1572   char cpath[LONG_STRING]; 
    15731570  unsigned int *uidvalidity = NULL; 
    15741571  unsigned int *uidnext = NULL; 
  • imap/util.c

    r5115 r5118  
    8585 
    8686  if (imap_parse_path (idata->ctx->path, &mx) < 0) 
    87     return -1; 
     87    return NULL; 
    8888 
    8989  if (path)