dlist: remove unneeded type argument from DLIST_ADD_END()
[kai/samba-autobuild/.git] / source4 / dsdb / repl / drepl_out_pull.c
index e64c91d29a00bae6884cc6c09c4a70d52c7ec1c8..2da2673862652e440745fee9d0a969783b340e91 100644 (file)
@@ -127,7 +127,7 @@ WERROR dreplsrv_schedule_partition_pull_source(struct dreplsrv_service *s,
        op->cb_data     = cb_data;
        op->schedule_time = time(NULL);
 
-       DLIST_ADD_END(s->ops.pending, op, struct dreplsrv_out_operation *);
+       DLIST_ADD_END(s->ops.pending, op);
 
        return WERR_OK;
 }