From 0844cca1d5e4579b54af7d03509f3f97fac43bdc Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 13 Feb 2009 10:56:34 +0100 Subject: Replace get_myname() with the talloc version from v3-3-test --- source3/client/smbspool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/client') diff --git a/source3/client/smbspool.c b/source3/client/smbspool.c index 7943cf5828..a276353a87 100644 --- a/source3/client/smbspool.c +++ b/source3/client/smbspool.c @@ -485,7 +485,7 @@ smb_connect(const char *workgroup, /* I - Workgroup */ /* * Get the names and addresses of the client and server... */ - myname = talloc_get_myname(talloc_tos()); + myname = get_myname(talloc_tos()); if (!myname) { return NULL; } -- cgit