1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

r23354: Fix build warning.

Guenther
(This used to be commit 4ad456e988)
This commit is contained in:
Günther Deschner 2007-06-05 10:23:56 +00:00 committed by Gerald (Jerry) Carter
parent a3d1d85a19
commit 3e3e359d12

View File

@ -49,6 +49,7 @@ static BOOL gpo_sd_check_agp_access_bits(uint32 access_mask)
return (access_mask & SEC_RIGHTS_APPLY_GROUP_POLICY);
}
#if 0
/****************************************************************
****************************************************************/
@ -60,7 +61,7 @@ static BOOL gpo_sd_check_read_access_bits(uint32 access_mask)
return (read_bits == (access_mask & read_bits));
}
#endif
/****************************************************************
****************************************************************/