* sasl.el (sasl-anonymous-steps): Fix typo.
authorueno <ueno>
Sun, 19 Nov 2000 16:26:26 +0000 (16:26 +0000)
committerueno <ueno>
Sun, 19 Nov 2000 16:26:26 +0000 (16:26 +0000)
sasl.el

diff --git a/sasl.el b/sasl.el
index 729e048..8528898 100644 (file)
--- 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)