Small temporary fix for newsserver connects

This commit is contained in:
Michiel Broek
2002-08-15 20:08:59 +00:00
parent f07f9f6a92
commit 3cd3c9124f
2 changed files with 7 additions and 1 deletions

View File

@@ -116,7 +116,8 @@ int nntp_connect(void)
}
} else if (strncmp(p, "200", 3)) {
WriteError("NNTP: bad response: %s", p);
nntp_close();
// nntp_close(); FIXME: Don't close, the other end might have done that already
// If we do also, this program hangs. Must be fixed!
return -1;
}