Author: mkhl
Date: 2006-07-23 12:53:33 +0000 (Sun, 23 Jul 2006)
New Revision: 17203

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17203

Log:
Oops, forgot two ldb_replies.

Martin
Modified:
   branches/SOC/mkhl/ldb-map/modules/ldb_map.c


Changeset:
Modified: branches/SOC/mkhl/ldb-map/modules/ldb_map.c
===================================================================
--- branches/SOC/mkhl/ldb-map/modules/ldb_map.c 2006-07-23 10:58:05 UTC (rev 
17202)
+++ branches/SOC/mkhl/ldb-map/modules/ldb_map.c 2006-07-23 12:53:33 UTC (rev 
17203)
@@ -1799,14 +1799,14 @@
  */
 
 
-typedef int (*ldb_search_callback)(struct ldb_context *, void *, struct 
ldb_async_result *);
+typedef int (*ldb_search_callback)(struct ldb_context *, void *, struct 
ldb_reply *);
 
 /* store single search result in async context */
 static
 int
 search_self_callback(struct ldb_context *ldb,
                     void *context,
-                    struct ldb_async_result *ares)
+                    struct ldb_reply *ares)
 {
        struct map_async_context *ac;
        const char *dn;

Reply via email to