diff options
| author | Eric S. Raymond <esr@thyrsus.com> | 1997-10-04 07:37:53 +0000 |
|---|---|---|
| committer | Eric S. Raymond <esr@thyrsus.com> | 1997-10-04 07:37:53 +0000 |
| commit | 8a8b194fae862aa28acc0fd38962423a98e44ef0 (patch) | |
| tree | af026cc10d9e3eb47660a4f265a69a19ff951f7b | |
| parent | f92f2a44d1a9aef4f65425742ac444650e98bbe4 (diff) | |
| download | fetchmail-8a8b194fae862aa28acc0fd38962423a98e44ef0.tar.gz fetchmail-8a8b194fae862aa28acc0fd38962423a98e44ef0.tar.bz2 fetchmail-8a8b194fae862aa28acc0fd38962423a98e44ef0.zip | |
Simplify life.
svn path=/trunk/; revision=1476
| -rw-r--r-- | imap.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -358,7 +358,7 @@ int imap_getauth(int sock, struct query *ctl, char *greeting) /* eat the tail of the CAPABILITY response (if any) */ if ((peek_capable = (imap_version >= IMAP4))) - if ((ok = imap_ok(sock, (char *)NULL))) + if ((ok = gen_recv(sock, capabilities, sizeof(capabilities)))) return(ok); #ifdef KERBEROS_V4 |
