r17185: Oh, I wanted to do this for sooo long time.
[jelmer/samba4-debian.git] / source / lib / ldb / modules / operational.c
index a15a553286acd9012574bdac3c87431923c4c0e8..4cadaa27ee0cb38de32e8bc4c6666a3b41345dda 100644 (file)
@@ -230,12 +230,12 @@ struct operational_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 operational_async_callback(struct ldb_context *ldb, void *context, struct ldb_async_result *ares)
+static int operational_async_callback(struct ldb_context *ldb, void *context, struct ldb_reply *ares)
 {
        struct operational_async_context *ac;