Author: abartlet
Date: 2005-12-22 11:26:41 +0000 (Thu, 22 Dec 2005)
New Revision: 12433

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

Log:
Add comment describing this function.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/lib/gendb.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/gendb.c
===================================================================
--- branches/SAMBA_4_0/source/lib/gendb.c       2005-12-22 11:26:12 UTC (rev 
12432)
+++ branches/SAMBA_4_0/source/lib/gendb.c       2005-12-22 11:26:41 UTC (rev 
12433)
@@ -94,6 +94,10 @@
        return count;
 }
 
+/*
+  search the LDB for a specified record (by DN)
+*/
+
 int gendb_search_dn(struct ldb_context *ldb,
                 TALLOC_CTX *mem_ctx, 
                 const struct ldb_dn *dn,

Reply via email to