projects
/
apps
/
madmutt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
125a7c9
)
stupid sleep
author
Pierre Habouzit
<madcoder@debian.org>
Sat, 26 May 2007 13:38:04 +0000
(15:38 +0200)
committer
Pierre Habouzit
<madcoder@debian.org>
Sat, 26 May 2007 13:38:04 +0000
(15:38 +0200)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
nntp/nntp.c
patch
|
blob
|
history
diff --git
a/nntp/nntp.c
b/nntp/nntp.c
index
745a982
..
cd2073e
100644
(file)
--- 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");