[Fedora-directory-commits] ldapserver/ldap/servers/slapd/back-ldbm ldbm_search.c, 1.6.2.1, 1.6.2.2

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Fri Jan 11 19:20:27 UTC 2008


Author: nhosoi

Update of /cvs/dirsec/ldapserver/ldap/servers/slapd/back-ldbm
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv554/slapd/back-ldbm

Modified Files:
      Tag: Directory71RtmBranch
	ldbm_search.c 
Log Message:
Resolves: #204808
Summary: spurious search timeouts
Description: applied the patch to Directory71RtmBranch



Index: ldbm_search.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/back-ldbm/ldbm_search.c,v
retrieving revision 1.6.2.1
retrieving revision 1.6.2.2
diff -u -r1.6.2.1 -r1.6.2.2
--- ldbm_search.c	24 May 2006 20:46:45 -0000	1.6.2.1
+++ ldbm_search.c	11 Jan 2008 19:20:24 -0000	1.6.2.2
@@ -422,7 +422,7 @@
             if (sort && (NULL != candidates))
             {
                 time_t optime = 0;
-                time_t tlimit = 0;
+                int tlimit = 0;
 
                 slapi_pblock_get( pb, SLAPI_SEARCH_TIMELIMIT, &tlimit );
                 slapi_pblock_get( pb, SLAPI_OPINITIATED_TIME, &optime );




More information about the Fedora-directory-commits mailing list