From 52a26f732375c2edaff8b36db6c27e23126e3a5c Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Mon, 27 Sep 2010 13:23:38 +0200 Subject: Change comment. --- gssapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3