summaryrefslogtreecommitdiffstats
path: root/auth.txr
diff options
context:
space:
mode:
Diffstat (limited to 'auth.txr')
-rw-r--r--auth.txr2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth.txr b/auth.txr
index f2c062e..bb8f4cf 100644
--- a/auth.txr
+++ b/auth.txr
@@ -7,7 +7,7 @@
(defun sasl-auth (user pass)
(let ((sock (open-socket af-unix sock-stream)))
- (sock-connect sock (new sockaddr-un path "/var/run/saslauthd/mux"))
+ (sock-connect sock (new sockaddr-un path sasl-sock))
(put-binary-str user sock)
(put-binary-str pass sock)
(put-binary-str "" sock)