diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-17 12:48:19 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-18 14:28:40 +0200 |
commit | 2d89b52be8104261aa8f028f49210f016cbf4742 (patch) | |
tree | a8fa58b07b0efc5dae0652d7dbc79f99b88e5db4 /source3/client/smbspool.c | |
parent | 519458a2fa01ae7e8eadebbe1d7895740861c468 (diff) | |
download | samba-2d89b52be8104261aa8f028f49210f016cbf4742.tar.gz samba-2d89b52be8104261aa8f028f49210f016cbf4742.tar.xz samba-2d89b52be8104261aa8f028f49210f016cbf4742.zip |
Use separate make variables for libutil and libcrypto.
Diffstat (limited to 'source3/client/smbspool.c')
-rw-r--r-- | source3/client/smbspool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/client/smbspool.c b/source3/client/smbspool.c index 4a173714fe..1910ccd4fe 100644 --- a/source3/client/smbspool.c +++ b/source3/client/smbspool.c @@ -482,7 +482,7 @@ smb_connect(const char *workgroup, /* I - Workgroup */ /* * Get the names and addresses of the client and server... */ - myname = get_myname(talloc_tos()); + myname = talloc_get_myname(talloc_tos()); if (!myname) { return NULL; } |