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

abartlet at samba.org abartlet at samba.org
Wed Sep 22 23:51:18 GMT 2004


Author: abartlet
Date: 2004-09-22 23:51:17 +0000 (Wed, 22 Sep 2004)
New Revision: 2543

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/auth&rev=2543&nolog=1

Log:
Catch one more use of sub_get_remote_machine().

Andrew Bartlett

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	2004-09-22 23:50:28 UTC (rev 2542)
+++ branches/SAMBA_4_0/source/auth/auth_util.c	2004-09-22 23:51:17 UTC (rev 2543)
@@ -239,11 +239,12 @@
 NTSTATUS make_user_info_for_reply_enc(struct auth_usersupplied_info **user_info, 
                                       const char *smb_name,
                                       const char *client_domain, 
+				      const char *remote_machine,
                                       DATA_BLOB lm_resp, DATA_BLOB nt_resp)
 {
 	return make_user_info_map(user_info, smb_name, 
 				  client_domain, 
-				  sub_get_remote_machine(), 
+				  remote_machine,
 				  lm_resp.data ? &lm_resp : NULL, 
 				  nt_resp.data ? &nt_resp : NULL, 
 				  NULL, NULL, NULL,



More information about the samba-cvs mailing list