summaryrefslogtreecommitdiff
path: root/imap/src/c-client/nntp.c
diff options
context:
space:
mode:
Diffstat (limited to 'imap/src/c-client/nntp.c')
-rw-r--r--imap/src/c-client/nntp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/imap/src/c-client/nntp.c b/imap/src/c-client/nntp.c
index cee546d1..1607db81 100644
--- a/imap/src/c-client/nntp.c
+++ b/imap/src/c-client/nntp.c
@@ -1750,6 +1750,7 @@ SENDSTREAM *nntp_open_full (NETDRIVER *dv,char **hostlist,char *service,
mm_log ("Unable to negotiate TLS with this server",ERROR);
return NIL;
}
+ if(stream && !stream->netstream) stream = nntp_close(stream);
if (stream) { /* have a session? */
if (mb.user[0]) { /* yes, have user name? */
if ((long) mail_parameters (NIL,GET_TRUSTDNS,NIL)) {