summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
authorChristian Ambach <ambi@samba.org>2013-02-18 16:55:30 +0100
committerVolker Lendecke <vl@samba.org>2013-02-19 17:31:32 +0100
commite7f66f37a62ad954e8b0a048905f0e6688b70849 (patch)
tree943eb0dde503d69330ac8eeb1c7851978a856ad7 /source3/lib
parenta7fdd4f7c2e64eedf12cb46c3435edbec772a4ab (diff)
downloadsamba-e7f66f37a62ad954e8b0a048905f0e6688b70849.tar.gz
samba-e7f66f37a62ad954e8b0a048905f0e6688b70849.tar.bz2
samba-e7f66f37a62ad954e8b0a048905f0e6688b70849.zip
s3:lib/afs fix the build
Fix Bug 9644 - Compile of source3/lib/afs.c fails Bug: https://bugzilla.samba.org/show_bug.cgi?id=9644 Signed-off-by: Christian Ambach <ambi@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
Diffstat (limited to 'source3/lib')
-rw-r--r--source3/lib/afs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/afs.c b/source3/lib/afs.c
index 4b6e6ecaf3..2d77526dec 100644
--- a/source3/lib/afs.c
+++ b/source3/lib/afs.c
@@ -237,7 +237,7 @@ bool afs_login(connection_struct *conn)
}
afs_username = talloc_sub_advanced(ctx,
- lp_servicename(SNUM(conn)),
+ lp_servicename(ctx, SNUM(conn)),
conn->session_info->unix_info->unix_name,
conn->connectpath,
conn->session_info->unix_token->gid,