r8235: fix the build
authorStefan Metzmacher <metze@samba.org>
Fri, 8 Jul 2005 09:00:15 +0000 (09:00 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:19:23 +0000 (13:19 -0500)
metze

source/libnet/libnet_passwd.c
source/torture/rpc/samr.c

index e8412553cfd17e8b67d1ceb4749bf4eb567fdc9f..cdd5043cb881f36e563f127c3fde180affd55e6c 100644 (file)
@@ -45,7 +45,7 @@ static NTSTATUS libnet_ChangePassword_samr(struct libnet_context *ctx, TALLOC_CT
        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];
index 4ec7e867c0fa93e960d412efff9f1433baacabec..e728e3e8bf818126145cdd6616b67c4d03d6fe89 100644 (file)
@@ -967,7 +967,7 @@ static BOOL test_OemChangePasswordUser2(struct dcerpc_pipe *p, TALLOC_CTX *mem_c
        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];