fix
authorokada <okada>
Fri, 16 Feb 2001 20:51:00 +0000 (20:51 +0000)
committerokada <okada>
Fri, 16 Feb 2001 20:51:00 +0000 (20:51 +0000)
ntlm.el
sasl-ntlm.el

diff --git a/ntlm.el b/ntlm.el
index 4dd5568..7b2182b 100644 (file)
--- a/ntlm.el
+++ b/ntlm.el
@@ -226,8 +226,7 @@ little-endian utf16."
     utf))
 
 (defun ntlm-unicode2ascii (str len)
-  "Extract 7 bits ASCII part of a little endian utf16 string STR of length
-LEN."
+  "Extract 7 bits ASCII part of a little endian utf16 string STR of length LEN."
   (let ((buf (make-string len 0)) (i 0) (j 0))
     (while (< i len)
       (aset buf i (logand (aref str j) 127)) ;(string-to-number "7f" 16)
index 1cc0952..fad2a04 100644 (file)
@@ -34,7 +34,6 @@
 
 (defconst sasl-ntlm-steps
   '(ignore                             ;nothing to do before making
-                                       ;authentication request
     sasl-ntlm-request                  ;authentication request
     sasl-ntlm-response)                        ;response to challenge
   "A list of functions to be called in sequnece for the NTLM