r12433: Add comment describing this function.
authorAndrew Bartlett <abartlet@samba.org>
Thu, 22 Dec 2005 11:26:41 +0000 (11:26 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:47:38 +0000 (13:47 -0500)
Andrew Bartlett
(This used to be commit 07df0bdb44413e4eb956458e549430c94b1a38ef)

source4/lib/gendb.c

index 0aeacbe7013bd04001fcd284e00aae0c8041a029..7326975c1ad90da261dee4f82245762800c3e8cc 100644 (file)
@@ -94,6 +94,10 @@ int gendb_search(struct ldb_context *ldb,
        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,