svn commit: samba r12144 - in branches/tmp/samba4_ldap_controls/source/lib/ldb/modules: .

idra at samba.org idra at samba.org
Fri Dec 9 17:35:02 GMT 2005


Author: idra
Date: 2005-12-09 17:35:02 +0000 (Fri, 09 Dec 2005)
New Revision: 12144

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12144

Log:

a comment


Modified:
   branches/tmp/samba4_ldap_controls/source/lib/ldb/modules/paged_results.c


Changeset:
Modified: branches/tmp/samba4_ldap_controls/source/lib/ldb/modules/paged_results.c
===================================================================
--- branches/tmp/samba4_ldap_controls/source/lib/ldb/modules/paged_results.c	2005-12-09 17:33:17 UTC (rev 12143)
+++ branches/tmp/samba4_ldap_controls/source/lib/ldb/modules/paged_results.c	2005-12-09 17:35:02 UTC (rev 12144)
@@ -63,6 +63,10 @@
 	struct results_store *new;
 	int new_id = priv->next_free_id++;
 
+	/* TODO: we should have a limit on the number of
+	 * outstanding paged searches
+	 */
+
 	new = talloc(priv, struct results_store);
 	if (!new) return NULL;
 



More information about the samba-cvs mailing list