projects
/
elisp
/
flim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b13e482
)
* sasl.el (sasl-anonymous-steps): Fix typo.
author
ueno
<ueno>
Sun, 19 Nov 2000 16:26:26 +0000
(16:26 +0000)
committer
ueno
<ueno>
Sun, 19 Nov 2000 16:26:26 +0000
(16:26 +0000)
sasl.el
patch
|
blob
|
history
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)