svn commit: samba r7233 - in branches/SAMBA_4_0/source/auth: .

idra at samba.org idra at samba.org
Fri Jun 3 14:07:50 GMT 2005


Author: idra
Date: 2005-06-03 14:07:50 +0000 (Fri, 03 Jun 2005)
New Revision: 7233

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7233

Log:

what about filling that new element ?


Modified:
   branches/SAMBA_4_0/source/auth/auth_util.c


Changeset:
Modified: branches/SAMBA_4_0/source/auth/auth_util.c
===================================================================
--- branches/SAMBA_4_0/source/auth/auth_util.c	2005-06-03 14:06:23 UTC (rev 7232)
+++ branches/SAMBA_4_0/source/auth/auth_util.c	2005-06-03 14:07:50 UTC (rev 7233)
@@ -79,6 +79,9 @@
 	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) {



More information about the samba-cvs mailing list