diff lisp/net/eudcb-ldap.el @ 42578:281571076b02

(eudc-ldap-get-field-list): Do not try to call non-existent function.
author Pavel Janík <Pavel@Janik.cz>
date Sun, 06 Jan 2002 17:54:21 +0000
parents fcac9cd201ad
children 897623591168
line wrap: on
line diff
--- a/lisp/net/eudcb-ldap.el	Sun Jan 06 17:53:26 2002 +0000
+++ b/lisp/net/eudcb-ldap.el	Sun Jan 06 17:54:21 2002 +0000
@@ -89,7 +89,7 @@
   (mapconcat 'identity (split-string string "\\$") "\n"))
 
 ;; Cleanup a LDAP record to make it suitable for EUDC:
-;;   Make the record a cons-cell instead of a list if the it's single-valued
+;;   Make the record a cons-cell instead of a list if it is single-valued
 ;;   Filter the $ character in addresses into \n if not done by the LDAP lib
 (defun eudc-ldap-cleanup-record-filtering-addresses (record)
   (mapcar
@@ -146,7 +146,7 @@
   (let ((ldap-host-parameters-alist
 	 (list (cons eudc-server
 		     '(scope subtree sizelimit 1)))))
-    (mapcar 'eudc-ldap-cleanup-record
+    (mapcar 'eudc-ldap-cleanup-record-simple
 	    (ldap-search
 	     (eudc-ldap-format-query-as-rfc1558
 	      (list (cons "objectclass"