Add header.
[elisp/flim.git] / 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)