diff options
author | James Peach <jpeach@samba.org> | 2007-03-02 17:47:58 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:49:05 -0500 |
commit | 737454d6a07ad08cc244e9d98cafc95a7565e87b (patch) | |
tree | 5bfd3484d100646c46a01af59f211fcd95e275ac /source4/torture/unix | |
parent | 83d88d15210613f427f0162921f467c2957493fa (diff) | |
download | samba-737454d6a07ad08cc244e9d98cafc95a7565e87b.tar.gz |
r21659: Rename functions.
(This used to be commit 6e645577a60bc79431a962b6522e8592b7c50e98)
Diffstat (limited to 'source4/torture/unix')
-rw-r--r-- | source4/torture/unix/unix.c | 2 | ||||
-rw-r--r-- | source4/torture/unix/whoami.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/unix/unix.c b/source4/torture/unix/unix.c index 57d804ab6fa..0182ffc14d0 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 7adb344eac0..25f9b11beea 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; |