mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
lib: Save a few bytes of .text
Looks surprising, but this does save bytes if you look at the object with "size". Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
3b2ba9c884
commit
01a54627a0
@ -431,6 +431,6 @@ bool add_rid_to_array_unique(TALLOC_CTX *mem_ctx,
|
||||
|
||||
bool is_null_sid(const struct dom_sid *sid)
|
||||
{
|
||||
static const struct dom_sid null_sid = {0};
|
||||
const struct dom_sid null_sid = {0};
|
||||
return dom_sid_equal(sid, &null_sid);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user