diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-06-28 11:04:34 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-06-28 11:04:34 +0000 |
commit | 13f1b3693b5f5db62d91a03625eb7fd8aef201da (patch) | |
tree | fbd8e27de5b934e160bf008266e484ff86b784b8 /driver.c | |
parent | 1b0445caadad8c59d0fc9ead943d4aa3f0f59275 (diff) | |
download | fetchmail-13f1b3693b5f5db62d91a03625eb7fd8aef201da.tar.gz fetchmail-13f1b3693b5f5db62d91a03625eb7fd8aef201da.tar.bz2 fetchmail-13f1b3693b5f5db62d91a03625eb7fd8aef201da.zip |
Try to beat a sign-extension bug.
svn path=/trunk/; revision=2912
Diffstat (limited to 'driver.c')
-rw-r--r-- | driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2229,7 +2229,7 @@ const int maxfetch; /* maximum number of messages to fetch */ (dispatches && protocol->retry && !ctl->keep && !ctl->errcount); } - no_error: + /* no_error: */ /* ordinary termination with no errors -- officially log out */ ok = (protocol->logout_cmd)(mailserver_socket, ctl); /* |