[Fedora-directory-commits] ldapserver/ldap/servers/plugins/replication cl5_api.c, 1.15, 1.16

Nathan Kinder (nkinder) fedora-directory-commits at redhat.com
Mon Sep 24 23:39:26 UTC 2007


Author: nkinder

Update of /cvs/dirsec/ldapserver/ldap/servers/plugins/replication
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9381/plugins/replication

Modified Files:
	cl5_api.c 
Log Message:
Resolves: 304191
Summary: Make dbscan handle special RUV related changelog entries.



Index: cl5_api.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/plugins/replication/cl5_api.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- cl5_api.c	11 Jun 2007 17:22:37 -0000	1.15
+++ cl5_api.c	24 Sep 2007 23:39:22 -0000	1.16
@@ -6643,7 +6643,7 @@
 	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);




More information about the Fedora-directory-commits mailing list