summaryrefslogtreecommitdiff
path: root/source4/torture/unix
diff options
context:
space:
mode:
authorJames Peach <jpeach@samba.org>2007-03-02 17:47:58 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:49:05 -0500
commit737454d6a07ad08cc244e9d98cafc95a7565e87b (patch)
tree5bfd3484d100646c46a01af59f211fcd95e275ac /source4/torture/unix
parent83d88d15210613f427f0162921f467c2957493fa (diff)
downloadsamba-737454d6a07ad08cc244e9d98cafc95a7565e87b.tar.gz
samba-737454d6a07ad08cc244e9d98cafc95a7565e87b.tar.bz2
samba-737454d6a07ad08cc244e9d98cafc95a7565e87b.zip
r21659: Rename functions.
(This used to be commit 6e645577a60bc79431a962b6522e8592b7c50e98)
Diffstat (limited to 'source4/torture/unix')
-rw-r--r--source4/torture/unix/unix.c2
-rw-r--r--source4/torture/unix/whoami.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/unix/unix.c b/source4/torture/unix/unix.c
index 57d804ab6f..0182ffc14d 100644
--- a/source4/torture/unix/unix.c
+++ b/source4/torture/unix/unix.c
@@ -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;
diff --git a/source4/torture/unix/whoami.c b/source4/torture/unix/whoami.c
index 7adb344eac..25f9b11bee 100644
--- a/source4/torture/unix/whoami.c
+++ b/source4/torture/unix/whoami.c
@@ -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;