diff options
author | Volker Lendecke <vl@samba.org> | 2011-09-08 12:01:42 +0200 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2011-09-08 13:38:27 +0200 |
commit | 12f0624a85c8fe1d05f10c9c08bdbf7fcf0430a0 (patch) | |
tree | 5cd043109dcf005274708ab8e6d492e285816cb1 /source3 | |
parent | 30e11d55b526632f93fb60ff944c771f452ab5b4 (diff) | |
download | samba-12f0624a85c8fe1d05f10c9c08bdbf7fcf0430a0.tar.gz samba-12f0624a85c8fe1d05f10c9c08bdbf7fcf0430a0.tar.bz2 samba-12f0624a85c8fe1d05f10c9c08bdbf7fcf0430a0.zip |
s3: Fix a typo
Diffstat (limited to 'source3')
-rw-r--r-- | source3/winbindd/winbindd_msrpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_msrpc.c b/source3/winbindd/winbindd_msrpc.c index 342a03b1c9..094b025053 100644 --- a/source3/winbindd/winbindd_msrpc.c +++ b/source3/winbindd/winbindd_msrpc.c @@ -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)) |