stupid sleep
[apps/madmutt.git] / nntp / nntp.c
index 745a982..cd2073e 100644 (file)
@@ -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");