diff options
author | Thomas Fitzsimmons <fitzsim@fitzsim.org> | 2014-11-13 01:34:35 -0500 |
---|---|---|
committer | Thomas Fitzsimmons <fitzsim@fitzsim.org> | 2014-11-13 02:32:12 -0500 |
commit | 1e1f5b9cef289f3458455362cef9425e591c7666 (patch) | |
tree | aebf200bca858e5c836282717636f2b64ef14abc /lisp/net/eudc.el | |
parent | 6a3a3b0e1061c54e400b54ac5bec7c300c5565ae (diff) | |
download | emacs-1e1f5b9cef289f3458455362cef9425e591c7666.tar.gz emacs-1e1f5b9cef289f3458455362cef9425e591c7666.tar.bz2 emacs-1e1f5b9cef289f3458455362cef9425e591c7666.zip |
Append LDAP wildcard character to end of search string
* net/eudc.el (eudc-format-query): Preserve the
eudc-inline-query-format ordering of attributes in the returned
list.
* net/eudcb-ldap.el (eudc-ldap-format-query-as-rfc1558): Append
the LDAP wildcard character to the last attribute value.
Diffstat (limited to 'lisp/net/eudc.el')
-rw-r--r-- | lisp/net/eudc.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/net/eudc.el b/lisp/net/eudc.el index 54a41f02fb0..2a215810ede 100644 --- a/lisp/net/eudc.el +++ b/lisp/net/eudc.el @@ -763,7 +763,6 @@ otherwise a list of symbols is returned." format (cdr format))) ;; If the same attribute appears more than once, merge ;; the corresponding values - (setq query-alist (nreverse query-alist)) (while query-alist (setq key (eudc-caar query-alist) val (eudc-cdar query-alist) |