summaryrefslogtreecommitdiff
path: root/source3/torture
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-17 12:49:11 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-10-18 14:28:48 +0200
commit593549fc004de05aea23e17c59f9a12254eff33d (patch)
treec43d314356c739448896fb632d7fd08f90334570 /source3/torture
parent2d89b52be8104261aa8f028f49210f016cbf4742 (diff)
downloadsamba-593549fc004de05aea23e17c59f9a12254eff33d.tar.gz
samba-593549fc004de05aea23e17c59f9a12254eff33d.tar.bz2
samba-593549fc004de05aea23e17c59f9a12254eff33d.zip
Fix build of 'everything'
Diffstat (limited to 'source3/torture')
-rw-r--r--source3/torture/torture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c
index db60a2339c..904fb5c262 100644
--- a/source3/torture/torture.c
+++ b/source3/torture/torture.c
@@ -5640,7 +5640,7 @@ static void usage(void)
*p = 0;
fstrcpy(share, p+1);
- fstrcpy(myname, get_myname(talloc_tos()));
+ fstrcpy(myname, talloc_get_myname(talloc_tos()));
if (!*myname) {
fprintf(stderr, "Failed to get my hostname.\n");
return 1;