From 737454d6a07ad08cc244e9d98cafc95a7565e87b Mon Sep 17 00:00:00 2001 From: James Peach Date: Fri, 2 Mar 2007 17:47:58 +0000 Subject: r21659: Rename functions. (This used to be commit 6e645577a60bc79431a962b6522e8592b7c50e98) --- source4/torture/unix/whoami.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/unix/whoami.c') 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; -- cgit