mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
Fix build warning.
Thanks to Thorkil Olesen. Guenther (This used to be commit 3130aa63fd64c08c1d8be8338d6490aeb12c234a)
This commit is contained in:
parent
d1635687ae
commit
968c91b883
@ -127,7 +127,7 @@ static bool add_mapping_entry(GROUP_MAP *map, int flag)
|
||||
|
||||
key = group_mapping_key(talloc_tos(), &map->sid);
|
||||
if (key == NULL) {
|
||||
return NULL;
|
||||
return false;
|
||||
}
|
||||
|
||||
len = tdb_pack(NULL, 0, "ddff",
|
||||
|
Loading…
x
Reference in New Issue
Block a user