diff options
Diffstat (limited to 'ldap/servers/plugins/replication/repl5_agmt.c')
-rw-r--r-- | ldap/servers/plugins/replication/repl5_agmt.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ldap/servers/plugins/replication/repl5_agmt.c b/ldap/servers/plugins/replication/repl5_agmt.c index 3a052138..db86854a 100644 --- a/ldap/servers/plugins/replication/repl5_agmt.c +++ b/ldap/servers/plugins/replication/repl5_agmt.c @@ -324,11 +324,7 @@ agmt_new_from_entry(Slapi_Entry *e) { ra->replarea = slapi_sdn_new_dn_passin(tmpstr); } - /* XXXggood get fractional attribute include/exclude lists here */ - /* Alrighty Gordon, you get your way... */ - if (slapi_entry_attr_find(e, type_nsds5ReplicaUpdateSchedule, &sattr) == 0) - { - } + /* Replication schedule */ ra->schedule = schedule_new(update_window_state_change_callback, ra, agmt_get_long_name(ra)); if (slapi_entry_attr_find(e, type_nsds5ReplicaUpdateSchedule, &sattr) == 0) |