1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

current_user is not used in vfs_aixacl2.c

(This used to be commit 407136abdf)
This commit is contained in:
Volker Lendecke 2008-06-19 15:43:52 +02:00
parent 156cd09899
commit 17885401b8

View File

@ -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);