svn commit: samba r8235 - in branches/SAMBA_4_0/source: libnet torture/rpc

metze at samba.org metze at samba.org
Fri Jul 8 09:00:16 GMT 2005


Author: metze
Date: 2005-07-08 09:00:15 +0000 (Fri, 08 Jul 2005)
New Revision: 8235

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

Log:
fix the build

metze
Modified:
   branches/SAMBA_4_0/source/libnet/libnet_passwd.c
   branches/SAMBA_4_0/source/torture/rpc/samr.c


Changeset:
Modified: branches/SAMBA_4_0/source/libnet/libnet_passwd.c
===================================================================
--- branches/SAMBA_4_0/source/libnet/libnet_passwd.c	2005-07-08 08:19:59 UTC (rev 8234)
+++ branches/SAMBA_4_0/source/libnet/libnet_passwd.c	2005-07-08 09:00:15 UTC (rev 8235)
@@ -45,7 +45,7 @@
 	struct samr_ChangePasswordUser2 pw2;
 	struct samr_ChangePasswordUser3 pw3;
 	struct lsa_String server, account;
-	struct samr_AsciiName a_server, a_account;
+	struct lsa_AsciiString a_server, a_account;
 	struct samr_CryptPassword nt_pass, lm_pass;
 	struct samr_Password nt_verifier, lm_verifier;
 	uint8_t old_nt_hash[16], new_nt_hash[16];

Modified: branches/SAMBA_4_0/source/torture/rpc/samr.c
===================================================================
--- branches/SAMBA_4_0/source/torture/rpc/samr.c	2005-07-08 08:19:59 UTC (rev 8234)
+++ branches/SAMBA_4_0/source/torture/rpc/samr.c	2005-07-08 09:00:15 UTC (rev 8235)
@@ -967,7 +967,7 @@
 	BOOL ret = True;
 	struct samr_Password lm_verifier;
 	struct samr_CryptPassword lm_pass;
-	struct samr_AsciiName server, account;
+	struct lsa_AsciiString server, account;
 	char *oldpass = *password;
 	char *newpass;
 	uint8_t old_lm_hash[16], new_lm_hash[16];



More information about the samba-cvs mailing list