]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-bdb/operational.c
LCUP and hasSubordinates, both behind #ifdefs
[openldap] / servers / slapd / back-bdb / operational.c
index 1c5d4b14d6580bbc60bde18d608d0bd79e7c81c0..7cead61e7c3d7cb375fcc8d29fba72f2c2087472 100644 (file)
@@ -16,9 +16,9 @@
 #include "proto-bdb.h"
 
 /*
- * sets the supported operational attributes (if required)
+ * sets *hasSubordinates to LDAP_COMPARE_TRUE/LDAP_COMPARE_FALSE
+ * if the entry has children or not.
  */
-
 int
 bdb_hasSubordinates(
        BackendDB       *be,
@@ -124,6 +124,9 @@ return_results:
        return rc;
 }
 
+/*
+ * sets the supported operational attributes (if required)
+ */
 int
 bdb_operational(
        BackendDB       *be,