]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
ilbcli/security: Fix duplicated words
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 7 Nov 2023 00:39:04 +0000 (13:39 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 9 Nov 2023 08:00:30 +0000 (08:00 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
libcli/security/sddl.c

index 15943e6aa24d495ca9a553fdbb5c731f1bfb1148..5d481749a9bcc041d08b97969dd514f30d02ca9f 100644 (file)
@@ -295,7 +295,7 @@ struct dom_sid *sddl_decode_sid(TALLOC_CTX *mem_ctx, const char **sddlp,
 {
        struct sddl_transition_state state = {
                /*
-                * TODO: verify .machine_rid values really belong to
+                * TODO: verify .machine_rid values really belong
                 * to the machine_sid on a member, once
                 * we pass machine_sid from the caller...
                 */
@@ -822,7 +822,7 @@ struct security_descriptor *sddl_decode_err_msg(TALLOC_CTX *mem_ctx, const char
 {
        struct sddl_transition_state state = {
                /*
-                * TODO: verify .machine_rid values really belong to
+                * TODO: verify .machine_rid values really belong
                 * to the machine_sid on a member, once
                 * we pass machine_sid from the caller...
                 */
@@ -1012,7 +1012,7 @@ char *sddl_encode_sid(TALLOC_CTX *mem_ctx, const struct dom_sid *sid,
 {
        struct sddl_transition_state state = {
                /*
-                * TODO: verify .machine_rid values really belong to
+                * TODO: verify .machine_rid values really belong
                 * to the machine_sid on a member, once
                 * we pass machine_sid from the caller...
                 */
@@ -1136,7 +1136,7 @@ char *sddl_encode_ace(TALLOC_CTX *mem_ctx, const struct security_ace *ace,
 {
        struct sddl_transition_state state = {
                /*
-                * TODO: verify .machine_rid values really belong to
+                * TODO: verify .machine_rid values really belong
                 * to the machine_sid on a member, once
                 * we pass machine_sid from the caller...
                 */
@@ -1185,7 +1185,7 @@ char *sddl_encode(TALLOC_CTX *mem_ctx, const struct security_descriptor *sd,
 {
        struct sddl_transition_state state = {
                /*
-                * TODO: verify .machine_rid values really belong to
+                * TODO: verify .machine_rid values really belong
                 * to the machine_sid on a member, once
                 * we pass machine_sid from the caller...
                 */