1
0
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:
Simo Sorce 2005-06-03 14:07:50 +00:00 committed by Gerald (Jerry) Carter
parent d870c3481e
commit a27609822b

View File

@ -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) {