summaryrefslogtreecommitdiffstats
path: root/ldap/servers/plugins/replication
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2007-09-24 23:39:23 +0000
committerNathan Kinder <nkinder@redhat.com>2007-09-24 23:39:23 +0000
commit8496e6cb2755dff96d1119dfb2ff2e61094ca8e6 (patch)
tree9b7bcd99bb045e23c57177f5b8aed28611240e59 /ldap/servers/plugins/replication
parent6db4b30d1d7b3962764380bee9b8c563209407ff (diff)
Resolves: 304191
Summary: Make dbscan handle special RUV related changelog entries.
Diffstat (limited to 'ldap/servers/plugins/replication')
-rw-r--r--ldap/servers/plugins/replication/cl5_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldap/servers/plugins/replication/cl5_api.c b/ldap/servers/plugins/replication/cl5_api.c
index a2bc720b..7d16cd8c 100644
--- a/ldap/servers/plugins/replication/cl5_api.c
+++ b/ldap/servers/plugins/replication/cl5_api.c
@@ -6643,7 +6643,7 @@ static char* _cl5GetHelperEntryKey (int type, char *csnStr)
CSN *csn= csn_new();
char *rt;
- csn_set_time(csn, type);
+ csn_set_time(csn, (time_t)type);
csn_set_replicaid(csn, 0);
rt = csn_as_string(csn, PR_FALSE, csnStr);