diff options
-rw-r--r-- | source3/torture/torture.c | 2 |
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; |