From 164a0ed81ee11c435be95781b043c658868fa956 Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Sat, 26 May 2007 15:38:04 +0200 Subject: [PATCH] stupid sleep Signed-off-by: Pierre Habouzit --- nntp/nntp.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/nntp/nntp.c b/nntp/nntp.c index 745a982..cd2073e 100644 --- a/nntp/nntp.c +++ b/nntp/nntp.c @@ -140,8 +140,6 @@ static int nntp_connect_and_auth (NNTP_SERVER * serv) return -1; } - sleep (1); - /* Tell INN to switch to mode reader if it isn't so. Ignore all returned codes and messages. */ mutt_socket_write (conn, "MODE READER\r\n"); -- 2.20.1