From 982a58c73a91fd1f6836bd3700a0d7ee912e8bda Mon Sep 17 00:00:00 2001 From: ueno Date: Sun, 19 Nov 2000 16:27:33 +0000 Subject: [PATCH] * sasl.el (sasl-anonymous-steps): Fix typo. --- sasl.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sasl.el b/sasl.el index 729e048..8528898 100644 --- a/sasl.el +++ b/sasl.el @@ -252,7 +252,7 @@ It contain at least 64 bits of entropy." ;;; ANONYMOUS (RFC2245) (defconst sasl-anonymous-steps - '(identity ;no initial response + '(ignore ;no initial response sasl-anonymous-response)) (defun sasl-anonymous-response (client step) -- 1.7.10.4