[Fedora-directory-commits] ldapserver/ldap/servers/plugins/retrocl retrocl_trim.c, 1.7, 1.8

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Thu Oct 18 00:08:34 UTC 2007


Author: nhosoi

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

Modified Files:
	retrocl_trim.c 
Log Message:
Resolves: #188320
Summary: HP-UX: warnings reported by the HP-UX compiler



Index: retrocl_trim.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/plugins/retrocl/retrocl_trim.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- retrocl_trim.c	10 Nov 2006 23:45:18 -0000	1.7
+++ retrocl_trim.c	18 Oct 2007 00:08:32 -0000	1.8
@@ -363,7 +363,6 @@
 
 void retrocl_housekeeping ( time_t cur_time, void *noarg )
 {
-    static time_t	thread_start_time;
     int			ldrc;
 
     if (retrocl_be_changelog == NULL) {
@@ -402,7 +401,6 @@
 	if ( must_trim ) {
 	    LDAPDebug(LDAP_DEBUG_TRACE,"changelog about to create thread\n",0,0,0);
 	    /* Start a thread to trim the changelog */
-	    thread_start_time = cur_time;
 	    ts.ts_s_trimming = 1;
 	    if ( PR_CreateThread( PR_USER_THREAD,
 		    changelog_trim_thread_fn, NULL,




More information about the Fedora-directory-commits mailing list