1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-26 01:49:31 +03:00

s3: Fix a typo

This commit is contained in:
Volker Lendecke
2011-09-08 12:01:42 +02:00
committed by Volker Lendecke
parent 30e11d55b5
commit 12f0624a85

View File

@ -254,7 +254,7 @@ static NTSTATUS msrpc_name_to_sid(struct winbindd_domain *domain,
name_map_status = normalize_name_unmap(mem_ctx, full_name,
&mapped_name);
/* Reset the full_name pointer if we mapped anytthing */
/* Reset the full_name pointer if we mapped anything */
if (NT_STATUS_IS_OK(name_map_status) ||
NT_STATUS_EQUAL(name_map_status, NT_STATUS_FILE_RENAMED))