r21659: Rename functions.
authorJames Peach <jpeach@samba.org>
Fri, 2 Mar 2007 17:47:58 +0000 (17:47 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:49:05 +0000 (14:49 -0500)
source/torture/unix/unix.c
source/torture/unix/whoami.c

index 57d804ab6fa360ad1d8a1db41f997c6ebf7895f2..0182ffc14d0b9e51f9b4ce48b8cecd7b7d94b40f 100644 (file)
@@ -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;
index 7adb344eac084f671092b3d82be10cb557b9ba20..25f9b11beead6f42e4cc7cc3d66fbc2ecba8537a 100644 (file)
@@ -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;