diff options
author | Volker Lendecke <vl@samba.org> | 2008-06-19 15:43:52 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-06-19 15:53:43 +0200 |
commit | 17885401b872c3c4abf1a531e7846131e5272502 (patch) | |
tree | 53da0fed416a62dd5458306096c67d671b231691 /source3/modules/vfs_aixacl2.c | |
parent | 156cd09899c7328c164b55159c17b1947d97f9d8 (diff) | |
download | samba-17885401b872c3c4abf1a531e7846131e5272502.tar.gz |
current_user is not used in vfs_aixacl2.c
(This used to be commit 407136abdf45ad832382dba44e1c9a3b4f253f09)
Diffstat (limited to 'source3/modules/vfs_aixacl2.c')
-rw-r--r-- | source3/modules/vfs_aixacl2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/modules/vfs_aixacl2.c b/source3/modules/vfs_aixacl2.c index ffcec7ccaac..9e4c51386f3 100644 --- a/source3/modules/vfs_aixacl2.c +++ b/source3/modules/vfs_aixacl2.c @@ -25,7 +25,6 @@ #define AIXACL2_MODULE_NAME "aixacl2" -extern struct current_user current_user; extern int try_chown(connection_struct *conn, const char *fname, uid_t uid, gid_t gid); extern NTSTATUS unpack_nt_owners(int snum, uid_t *puser, gid_t *pgrp, uint32 security_info_sent, SEC_DESC *psd); |