summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/krb5pac.idl
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-09-03 15:34:44 +1000
committerAndrew Bartlett <abartlet@samba.org>2008-09-03 15:34:44 +1000
commitb936d0f3bed9d6ab42803f71cb02c929acf7e518 (patch)
treefedf5f406371725bc553ca8459183d2f45995f39 /source4/librpc/idl/krb5pac.idl
parent5dae44e88ea2bd99f936935e11f04cc2ea44eba4 (diff)
parenta35263e1ab81cac7855158012157769e3e9000f7 (diff)
downloadsamba-b936d0f3bed9d6ab42803f71cb02c929acf7e518.tar.gz
samba-b936d0f3bed9d6ab42803f71cb02c929acf7e518.tar.bz2
samba-b936d0f3bed9d6ab42803f71cb02c929acf7e518.zip
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet
(This used to be commit 9590805bcbdd1924eda5a69978ffac7ec7603451)
Diffstat (limited to 'source4/librpc/idl/krb5pac.idl')
-rw-r--r--source4/librpc/idl/krb5pac.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/krb5pac.idl b/source4/librpc/idl/krb5pac.idl
index dcee280150..bddba04165 100644
--- a/source4/librpc/idl/krb5pac.idl
+++ b/source4/librpc/idl/krb5pac.idl
@@ -105,7 +105,7 @@ interface krb5pac
typedef [public] struct {
[value(NETLOGON_GENERIC_KRB5_PAC_VALIDATE)] uint32 MessageType;
uint32 ChecksumLength;
- uint32 SignatureType;
+ int32 SignatureType;
uint32 SignatureLength;
[flag(NDR_REMAINING)] DATA_BLOB ChecksumAndSignature;
} PAC_Validate;