s3:services_db: remove bogus comments
[kai/samba.git] / source3 / services / services_db.c
index 4afbf61581161cc6927f66b7cd251876cd3238e0..2807e7e05c7a60ed2f4a86bf028a87427c136620 100644 (file)
@@ -576,8 +576,6 @@ bool svcctl_set_secdesc(const char *name, struct security_descriptor *sec_desc,
        bool ret = false;
        TALLOC_CTX *mem_ctx = talloc_stackframe();
 
-       /* now add the security descriptor */
-
        path = talloc_asprintf(mem_ctx, "%s\\%s\\%s", KEY_SERVICES, name,
                               "Security");
        if (path == NULL) {
@@ -592,8 +590,6 @@ bool svcctl_set_secdesc(const char *name, struct security_descriptor *sec_desc,
                goto done;
        }
 
-       /* stream the printer security descriptor */
-
        status = marshall_sec_desc(mem_ctx, sec_desc, &value.data.data,
                                   &value.data.length);
        if (!NT_STATUS_IS_OK(status)) {