mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
samdb: Fix a typo
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
This commit is contained in:
parent
65e4e8160a
commit
6651b07e58
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user