aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/net/ldap.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/ldap.el b/lisp/net/ldap.el
index 55af47e6a87..f093fb1cbcc 100644
--- a/lisp/net/ldap.el
+++ b/lisp/net/ldap.el
@@ -554,7 +554,7 @@ an alist of attribute/value pairs."
554 (setq arglist (nconc arglist (list (format "-z%s" sizelimit))))) 554 (setq arglist (nconc arglist (list (format "-z%s" sizelimit)))))
555 (eval `(call-process ldap-ldapsearch-prog 555 (eval `(call-process ldap-ldapsearch-prog
556 nil 556 nil
557 buf 557 `(,buf nil)
558 nil 558 nil
559 ,@arglist 559 ,@arglist
560 ,@ldap-ldapsearch-args 560 ,@ldap-ldapsearch-args