]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
samdb: Fix a typo
authorVolker Lendecke <vl@samba.org>
Sun, 26 Feb 2017 12:06:05 +0000 (13:06 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 28 Feb 2017 12:55:42 +0000 (13:55 +0100)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Tue Feb 28 13:55:42 CET 2017 on sn-devel-144

source4/dsdb/samdb/cracknames.c

index ad4ef5c13a5a4656f5bc099d132116c0489225d4..596343a5be82dafdda051773372795a933c311c8 100644 (file)
@@ -679,7 +679,7 @@ WERROR DsCrackNameOneName(struct ldb_context *sam_ctx, TALLOC_CTX *mem_ctx,
                        return WERR_NOT_ENOUGH_MEMORY;
                }
 
-               /* Ensure we reject compleate junk first */
+               /* Ensure we reject complete junk first */
                ret = krb5_parse_name(smb_krb5_context->krb5_context, name, &principal);
                if (ret) {
                        info1->status = DRSUAPI_DS_NAME_STATUS_NOT_FOUND;