Fix build of 'everything'
authorJelmer Vernooij <jelmer@samba.org>
Fri, 17 Oct 2008 10:49:11 +0000 (12:49 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 18 Oct 2008 12:28:48 +0000 (14:28 +0200)
source3/torture/torture.c

index db60a2339c9c0470f3e85564f7ac4326aae796d3..904fb5c26252c0af35de3cc99e0be72d58c799b1 100644 (file)
@@ -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;