mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
parent
75c95d149a
commit
b9de6c9269
@ -149,7 +149,13 @@ BOOL sec_ace_equal(SEC_ACE *s1, SEC_ACE *s2)
|
||||
{
|
||||
/* Trivial case */
|
||||
|
||||
if (!s1 && !s2) return True;
|
||||
if (!s1 && !s2) {
|
||||
return True;
|
||||
}
|
||||
|
||||
if (!s1 || !s2) {
|
||||
return False;
|
||||
}
|
||||
|
||||
/* Check top level stuff */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user