mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
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>
This commit is contained in:
committed by
Volker Lendecke
parent
a7fdd4f7c2
commit
e7f66f37a6
@ -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,
|
||||
|
Reference in New Issue
Block a user