aboutsummaryrefslogtreecommitdiffstats
path: root/sink.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2002-02-02 05:29:48 +0000
committerEric S. Raymond <esr@thyrsus.com>2002-02-02 05:29:48 +0000
commit3024ae71682868cd23c636f7f38aff173ae5452b (patch)
treea15b48e4bd78e9180b244bb4d81992ba52b17119 /sink.c
parent4f0728eb7de5b48de9a00715d2548fb55a8c911f (diff)
downloadfetchmail-3024ae71682868cd23c636f7f38aff173ae5452b.tar.gz
fetchmail-3024ae71682868cd23c636f7f38aff173ae5452b.tar.bz2
fetchmail-3024ae71682868cd23c636f7f38aff173ae5452b.zip
GSSAPI and ODMR fixes.
svn path=/trunk/; revision=3575
Diffstat (limited to 'sink.c')
-rw-r--r--sink.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sink.c b/sink.c
index 0951e9ca..ffd7a1f9 100644
--- a/sink.c
+++ b/sink.c
@@ -143,7 +143,11 @@ int smtp_open(struct query *ctl)
/* return immediately for ODMR */
if (ctl->server.protocol == P_ODMR)
+ {
+ set_timeout(0);
+ phase = oldphase;
return(ctl->smtp_socket); /* success */
+ }
/* are we doing SMTP or LMTP? */
SMTP_setmode(ctl->listener);