aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík2004-05-19 19:06:54 +0000
committerPavel Janík2004-05-19 19:06:54 +0000
commitf0975dfd6c191017c026655bd04611a4d50aaca4 (patch)
treec4be6814c6ca24ed7f99f82a6fee0ffa110ec48d
parent27149c587cdfede04c2cda8edc9c37eefb853dfa (diff)
downloademacs-f0975dfd6c191017c026655bd04611a4d50aaca4.tar.gz
emacs-f0975dfd6c191017c026655bd04611a4d50aaca4.zip
Avoid mixing standard error output messages into the search result.
-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