s4-repl: added a preiodic notification check to the repl task
[ira/wip.git] / source4 / dsdb / repl / drepl_periodic.c
index 2cfcb310dcffcdabc325275026d47a630dd0612c..377cecbe9919e99df60f11ba9d2cf11bb6e45e83 100644 (file)
@@ -110,4 +110,5 @@ static void dreplsrv_periodic_run(struct dreplsrv_service *service)
        dreplsrv_refresh_partitions(service);
 
        dreplsrv_run_pending_ops(service);
+       dreplsrv_notify_run_ops(service);
 }