summaryrefslogtreecommitdiff
path: root/source4/auth/auth_util.c
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2005-06-03 14:07:50 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:29 -0500
commita27609822b3d34c2cccd71e9b2ea8a4972a44699 (patch)
tree30cf5f126e503472dc3eb3482dbdeb6f96a049e2 /source4/auth/auth_util.c
parentd870c3481eb8142b52072759028eaa793a188821 (diff)
downloadsamba-a27609822b3d34c2cccd71e9b2ea8a4972a44699.tar.gz
samba-a27609822b3d34c2cccd71e9b2ea8a4972a44699.tar.bz2
samba-a27609822b3d34c2cccd71e9b2ea8a4972a44699.zip
r7233: what about filling that new element ?
(This used to be commit 6a5e48c35cba801b16172cf6ff06b1d4116fb018)
Diffstat (limited to 'source4/auth/auth_util.c')
-rw-r--r--source4/auth/auth_util.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/auth/auth_util.c b/source4/auth/auth_util.c
index 8d5a95cee8..8c5bd4f057 100644
--- a/source4/auth/auth_util.c
+++ b/source4/auth/auth_util.c
@@ -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) {