mirror of
https://github.com/samba-team/samba.git
synced 2025-02-28 01:58:17 +03:00
r21659: Rename functions.
(This used to be commit 6e645577a60bc79431a962b6522e8592b7c50e98)
This commit is contained in:
parent
83d88d1521
commit
737454d6a0
@ -31,7 +31,7 @@ NTSTATUS torture_unix_init(void)
|
||||
talloc_strdup(suite, "CIFS UNIX extensions tests");
|
||||
|
||||
torture_suite_add_simple_test(suite,
|
||||
"WHOAMI", apple_torture_unix_whoami);
|
||||
"WHOAMI", torture_unix_whoami);
|
||||
|
||||
return (torture_register_suite(suite)) ? NT_STATUS_OK
|
||||
: NT_STATUS_UNSUCCESSFUL;
|
||||
|
@ -266,7 +266,7 @@ static BOOL smb_raw_query_posix_whoami(void *mem_ctx,
|
||||
return True;
|
||||
}
|
||||
|
||||
BOOL apple_torture_unix_whoami(struct torture_context *torture)
|
||||
BOOL torture_unix_whoami(struct torture_context *torture)
|
||||
{
|
||||
struct smbcli_state *cli;
|
||||
struct smb_whoami whoami;
|
||||
|
Loading…
x
Reference in New Issue
Block a user