[Fedora-directory-commits] ldapserver/ldap/servers/slapd/tools/rsearch infadd.c, 1.3, 1.4

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


Author: nhosoi

Update of /cvs/dirsec/ldapserver/ldap/servers/slapd/tools/rsearch
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25950/ldap/servers/slapd/tools/rsearch

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



Index: infadd.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/tools/rsearch/infadd.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- infadd.c	10 Nov 2006 23:45:51 -0000	1.3
+++ infadd.c	18 Oct 2007 00:08:35 -0000	1.4
@@ -223,8 +223,7 @@
         exit(1);
     }
 
-    if (use_random < 0 || sampleInterval <= 0 || thread_count <= 0 ||
-                lmtCount < 0 || blobsize < 0 || firstUID < 0) {
+    if ( sampleInterval <= 0 || thread_count <= 0 || lmtCount < 0 ) {
         printf("infadd: invalid option value\n");
         usage();
         exit(-1);




More information about the Fedora-directory-commits mailing list