summaryrefslogtreecommitdiff
path: root/source4/torture/unix/unix.c
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/unix.c
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/unix.c')
-rw-r--r--source4/torture/unix/unix.c2
1 files changed, 1 insertions, 1 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;