s4-descriptor: Fixed a typo in a comment and clarified it a bit.
authorNadezhda Ivanova <nivanova@samba.org>
Tue, 22 Feb 2011 04:30:53 +0000 (06:30 +0200)
committerNadezhda Ivanova <nivanova@samba.org>
Tue, 22 Feb 2011 11:39:23 +0000 (12:39 +0100)
Autobuild-User: Nadezhda Ivanova <nivanova@samba.org>
Autobuild-Date: Tue Feb 22 12:39:23 CET 2011 on sn-devel-104

source4/dsdb/samdb/ldb_modules/descriptor.c

index 6d8c40ffc18c37e855f034aa84a2febef8c5f059..7e92c2bdfd82b23005d08e6047f319b65f5c667e 100644 (file)
@@ -485,8 +485,8 @@ static int descriptor_add(struct ldb_module *module, struct ldb_request *req)
        }
 
        /* if the object has a parent, retrieve its SD to
-        * use for calculation. unfortunately we do not yet have
-        * instanceType*/
+        * use for calculation. Unfortunately we do not yet have
+        * instanceType, so we use dsdb_find_nc_root. */
        parent_dn = ldb_dn_get_parent(req, dn);
        if (parent_dn == NULL) {
                return ldb_oom(ldb);