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;
 

Reply via email to