aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2010-09-27 13:23:38 +0200
committerMatthias Andree <matthias.andree@gmx.de>2010-09-27 13:23:38 +0200
commit52a26f732375c2edaff8b36db6c27e23126e3a5c (patch)
tree59c063f5ba0855f9aa3ca1508f12ee661181842b
parentb32ab998cc4884e8f7aa804e814b04780c19da80 (diff)
downloadfetchmail-52a26f732375c2edaff8b36db6c27e23126e3a5c.tar.gz
fetchmail-52a26f732375c2edaff8b36db6c27e23126e3a5c.tar.bz2
fetchmail-52a26f732375c2edaff8b36db6c27e23126e3a5c.zip
Change comment.
-rw-r--r--gssapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gssapi.c b/gssapi.c
index 67231505..2d6315e0 100644
--- a/gssapi.c
+++ b/gssapi.c
@@ -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;