Fix the last change.
authorueno <ueno>
Thu, 2 Nov 2000 17:39:17 +0000 (17:39 +0000)
committerueno <ueno>
Thu, 2 Nov 2000 17:39:17 +0000 (17:39 +0000)
smtp.el

diff --git a/smtp.el b/smtp.el
index e398f8e..61d493d 100644 (file)
--- a/smtp.el
+++ b/smtp.el
@@ -382,7 +382,7 @@ of the host to connect to.  SERVICE is name of the service desired."
           smtp-sasl-user-name "smtp" (smtp-connection-server connection)))
     (if smtp-sasl-user-realm
        (sasl-instantiator-set-property
-        instantiator (list 'realm smtp-sasl-user-realm)))
+        instantiator 'realm smtp-sasl-user-realm))
     (setq mechanism (sasl-authenticator-mechanism authenticator)
          ;; Retrieve the initial response
          sasl-response (sasl-evaluate-challenge authenticator instantiator))