summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2004-05-05 00:26:46 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:51:25 -0500
commitdcdd94f20955e68b80769cb7ee42dd256e40da26 (patch)
tree585cf05309b3cc3d0f1cccf0978008b77857bd76 /source3/include
parent1843f6905caf30de6493de07316a416696394d3e (diff)
downloadsamba-dcdd94f20955e68b80769cb7ee42dd256e40da26.tar.gz
samba-dcdd94f20955e68b80769cb7ee42dd256e40da26.tar.bz2
samba-dcdd94f20955e68b80769cb7ee42dd256e40da26.zip
r480: Added Andrew Bartletts pwinfo-parse-error.patch.
Jeremy. (This used to be commit b9e79004a4c1e4a472f0627d2c33c966af22ccd2)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/rpc_samr.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/include/rpc_samr.h b/source3/include/rpc_samr.h
index 111e62c355..089941de3a 100644
--- a/source3/include/rpc_samr.h
+++ b/source3/include/rpc_samr.h
@@ -1740,9 +1740,8 @@ typedef struct r_samr_get_dom_pwinfo
* turned out to 12. 3 uint32's + NT_STATUS == 16 bytes. Tested
* using NT and 2k. --jerry
*/
- uint32 unk_0;
+ uint16 unk_0;
uint32 unk_1;
- uint32 unk_2;
NTSTATUS status;
} SAMR_R_GET_DOM_PWINFO;