mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
r12170: Fix a segfault -- this is post-3.0.21 code
This commit is contained in:
parent
209e4f8793
commit
8b30cf8e09
@ -108,7 +108,8 @@ BOOL winbind_lookup_sid(TALLOC_CTX *mem_ctx, const DOM_SID *sid,
|
||||
*name_type = (enum SID_NAME_USE)response.data.name.type;
|
||||
|
||||
DEBUG(10, ("winbind_lookup_sid: SUCCESS: SID %s -> %s %s\n",
|
||||
sid_string_static(sid), *domain, *name));
|
||||
sid_string_static(sid), response.data.name.dom_name,
|
||||
response.data.name.name));
|
||||
return True;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user