Pass "connection_struct *conn" into functions that currently use "current_user.XXX"
authorJeremy Allison <jra@samba.org>
Mon, 15 Mar 2010 18:04:51 +0000 (11:04 -0700)
committerJeremy Allison <jra@samba.org>
Mon, 15 Mar 2010 21:49:11 +0000 (14:49 -0700)
commit6b2358e15eadf2b137b62669a813eded21aebbc7
treecd165358c1b57d0de9ed52b84b03fb5e07263c43
parent5d6610a21580a1d588465ec9f144f5a6daad57cd
Pass "connection_struct *conn" into functions that currently use "current_user.XXX"

Will allow me to replace them with accessor functions.

Jeremy.
source3/include/proto.h
source3/modules/nfs4_acls.c
source3/smbd/posix_acls.c