mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
Fix build warning.
Thanks to Thorkil Olesen. Guenther
This commit is contained in:
parent
dcc39ed004
commit
3130aa63fd
@ -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…
Reference in New Issue
Block a user