diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2002-04-04 23:14:27 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2002-04-04 23:14:27 +0000 |
commit | 93bff79008152f69b711686b5cc6f98e5165c5bd (patch) | |
tree | acf29fdb003f7001871498b77671003de1f4ab4d /sink.c | |
parent | 0bfe6b42679ed2e26dc102736159f644c7a479fa (diff) | |
download | fetchmail-93bff79008152f69b711686b5cc6f98e5165c5bd.tar.gz fetchmail-93bff79008152f69b711686b5cc6f98e5165c5bd.tar.bz2 fetchmail-93bff79008152f69b711686b5cc6f98e5165c5bd.zip |
Avoid spurious transient errors.
svn path=/trunk/; revision=3610
Diffstat (limited to 'sink.c')
-rw-r--r-- | sink.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -618,7 +618,7 @@ static int open_smtp_sink(struct query *ctl, struct msgblk *msg, char **from_responses; #endif /* EXPLICIT_BOUNCE_ON_BAD_ADDRESS */ int total_addresses; - int force_transient_error; + int force_transient_error = 0; /* * Compute ESMTP options. |