mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
5650b511c1
The trouble is with expressions like "(!(()))", which boil down to a single NOT operation with no argument, which is invalid and can't be run or expressed as SDDL. Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>