mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
r7233: what about filling that new element ?
(This used to be commit 6a5e48c35cba801b16172cf6ff06b1d4116fb018)
This commit is contained in:
parent
d870c3481e
commit
a27609822b
@ -79,6 +79,9 @@ NTSTATUS make_user_info(TALLOC_CTX *mem_ctx,
|
||||
user_info->workstation_name = talloc_strdup(user_info, workstation_name);
|
||||
NT_STATUS_HAVE_NO_MEMORY(user_info->workstation_name);
|
||||
|
||||
user_info->remote_host = talloc_strdup(user_info, remote_host);
|
||||
NT_STATUS_HAVE_NO_MEMORY(user_info->remote_host);
|
||||
|
||||
DEBUG(5,("making blobs for %s's user_info struct\n", account_name));
|
||||
|
||||
if (lm_password) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user