X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=pop.c;h=b223c3104b8907ffd53a7537f7a35f65e030383f;hb=f2fdbd5e7c6bf27192a53de395ad79c281c4a766;hp=2cc16e7af831769b16fa4c5d423cdef1050ad806;hpb=9946738a6a1c27a5602a14d1afe2eea2389732b2;p=apps%2Fmadmutt.git diff --git a/pop.c b/pop.c index 2cc16e7..b223c31 100644 --- a/pop.c +++ b/pop.c @@ -416,6 +416,7 @@ static pop_query_status pop_authenticate (pop_data_t * pop_data) attempts++; break; } + mutt_socket_close(pop_data->conn); } } } else { @@ -431,6 +432,7 @@ static pop_query_status pop_authenticate (pop_data_t * pop_data) attempts++; break; } + mutt_socket_close(pop_data->conn); } }