diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-09-27 13:23:38 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-09-27 13:23:38 +0200 |
commit | 52a26f732375c2edaff8b36db6c27e23126e3a5c (patch) | |
tree | 59c063f5ba0855f9aa3ca1508f12ee661181842b | |
parent | b32ab998cc4884e8f7aa804e814b04780c19da80 (diff) | |
download | fetchmail-52a26f732375c2edaff8b36db6c27e23126e3a5c.tar.gz fetchmail-52a26f732375c2edaff8b36db6c27e23126e3a5c.tar.bz2 fetchmail-52a26f732375c2edaff8b36db6c27e23126e3a5c.zip |
Change comment.
-rw-r--r-- | gssapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -148,7 +148,7 @@ int do_gssauth(int sock, const char *command, const char *service, gen_send(sock, "%s GSSAPI", command); /* upon receipt of the GSSAPI authentication request, server returns - * null data ready response. */ + * a null data ready challenge to us. */ result = gen_recv(sock, buf1, sizeof buf1); if (result) return result; |