summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2005-11-30 00:09:14 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:05:40 -0500
commit3c78fdd49d8acc690a92a757b07fd3c542dd675f (patch)
tree5bc47935aa99040b18437a6060ffc5889fc37f4c
parent6ffd82ea7794747619e4d5eab20100f019eef2da (diff)
downloadsamba-3c78fdd49d8acc690a92a757b07fd3c542dd675f.tar.gz
samba-3c78fdd49d8acc690a92a757b07fd3c542dd675f.tar.bz2
samba-3c78fdd49d8acc690a92a757b07fd3c542dd675f.zip
r11966: fix the build\n\nGuenther
(This used to be commit 53f15a0881de489e809bb58217ecabccd6d77e2c)
-rw-r--r--source3/include/rpc_samr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/rpc_samr.h b/source3/include/rpc_samr.h
index 236c37a17e..5555aaef0e 100644
--- a/source3/include/rpc_samr.h
+++ b/source3/include/rpc_samr.h
@@ -594,7 +594,7 @@ typedef struct sam_unknown_info_1_inf
{
uint16 min_length_password;
uint16 password_history;
- uint32 flag;
+ uint32 password_properties;
NTTIME expire;
NTTIME min_passwordage;