summaryrefslogtreecommitdiff
path: root/source3/lib/fncall.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/fncall.c')
-rw-r--r--source3/lib/fncall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/fncall.c b/source3/lib/fncall.c
index e40fd8343d..fb3d5c9887 100644
--- a/source3/lib/fncall.c
+++ b/source3/lib/fncall.c
@@ -40,7 +40,7 @@ struct fncall_context {
struct fncall_state **orphaned;
int num_orphaned;
- struct fd_event *fde;
+ struct tevent_fd *fde;
};
static void fncall_handler(struct tevent_context *ev, struct tevent_fd *fde,