Changeset 4983:bb43900e853f for imap

Show
Ignore:
Timestamp:
2007-03-14 12:23:13 (21 months ago)
Author:
Brendan Cully <brendan@…>
Branch:
default
Message:

Don't skip the last connection in imap_complete_hosts

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • imap/imap.c

    r4938 r4983  
    18281828  } 
    18291829   
    1830   for (conn = mutt_socket_head (); conn && conn->next; conn = conn->next) 
     1830  for (conn = mutt_socket_head (); conn; conn = conn->next) 
    18311831  { 
    18321832    ciss_url_t url;