aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32.c')
-rw-r--r--src/w32.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/w32.c b/src/w32.c
index 55581a17de5..812003e96c0 100644
--- a/src/w32.c
+++ b/src/w32.c
@@ -3648,7 +3648,6 @@ static int
3648get_name_and_id (PSECURITY_DESCRIPTOR psd, unsigned *id, char *nm, int what) 3648get_name_and_id (PSECURITY_DESCRIPTOR psd, unsigned *id, char *nm, int what)
3649{ 3649{
3650 PSID sid = NULL; 3650 PSID sid = NULL;
3651 char machine[MAX_COMPUTERNAME_LENGTH+1];
3652 BOOL dflt; 3651 BOOL dflt;
3653 SID_NAME_USE ignore; 3652 SID_NAME_USE ignore;
3654 char name[UNLEN+1]; 3653 char name[UNLEN+1];
@@ -4800,7 +4799,6 @@ acl_set_file (const char *fname, acl_type_t type, acl_t acl)
4800{ 4799{
4801 TOKEN_PRIVILEGES old1, old2; 4800 TOKEN_PRIVILEGES old1, old2;
4802 DWORD err; 4801 DWORD err;
4803 BOOL res;
4804 int st = 0, retval = -1; 4802 int st = 0, retval = -1;
4805 SECURITY_INFORMATION flags = 0; 4803 SECURITY_INFORMATION flags = 0;
4806 PSID psid; 4804 PSID psid;