mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
lib: Fix whitespace
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
4d8a396c4c
commit
2ac2c05561
@ -732,5 +732,3 @@ failed:
|
||||
talloc_free(sddl);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
|
@ -167,5 +167,3 @@ void dacl_sort_into_canonical_order(struct security_ace *srclist, unsigned int n
|
||||
/* Now sort the inherited ACEs. */
|
||||
TYPESAFE_QSORT(&srclist[i], num_aces - i, nt_ace_canon_comp);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user