r17185: Oh, I wanted to do this for sooo long time.
[jelmer/samba4-debian.git] / source / dsdb / samdb / ldb_modules / rootdse.c
index fd3d2d0fe75be17e9446784a14e1a2052b3e8b09..01421d2817fa3c6d3b32b223c0564f96c4c4fc5a 100644 (file)
@@ -142,12 +142,12 @@ failed:
 struct rootdse_async_context {
        struct ldb_module *module;
        void *up_context;
-       int (*up_callback)(struct ldb_context *, void *, struct ldb_async_result *);
+       int (*up_callback)(struct ldb_context *, void *, struct ldb_reply *);
 
        const char * const * attrs;
 };
 
-static int rootdse_async_callback(struct ldb_context *ldb, void *context, struct ldb_async_result *ares)
+static int rootdse_async_callback(struct ldb_context *ldb, void *context, struct ldb_reply *ares)
 {
        struct rootdse_async_context *ac;