From 3c78fdd49d8acc690a92a757b07fd3c542dd675f Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 30 Nov 2005 00:09:14 +0000 Subject: r11966: fix the build\n\nGuenther (This used to be commit 53f15a0881de489e809bb58217ecabccd6d77e2c) --- source3/include/rpc_samr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit