From: Pierre Habouzit Date: Sat, 26 May 2007 13:38:04 +0000 (+0200) Subject: stupid sleep X-Git-Url: http://git.madism.org/?a=commitdiff_plain;h=164a0ed81ee11c435be95781b043c658868fa956;p=apps%2Fmadmutt.git stupid sleep Signed-off-by: Pierre Habouzit --- 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");