From ba10f626783b55a2600dc8d698236a65d77cdd68 Mon Sep 17 00:00:00 2001 From: ueno Date: Thu, 2 Nov 2000 17:39:17 +0000 Subject: [PATCH] Fix the last change. --- smtp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smtp.el b/smtp.el index e398f8e..61d493d 100644 --- 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)) -- 1.7.10.4