diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-01-05 20:51:19 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:36:59 -0500 |
commit | 38ba8bf8ba75c19ab8d34eb4862b05befc8e1497 (patch) | |
tree | 1922e546d4381df964df1d9c6f942427d801b2de /source4/librpc/idl/krb5pac.idl | |
parent | 7d461ed48197af138e3959a17757936df9c9ce56 (diff) | |
download | samba-38ba8bf8ba75c19ab8d34eb4862b05befc8e1497.tar.gz samba-38ba8bf8ba75c19ab8d34eb4862b05befc8e1497.tar.bz2 samba-38ba8bf8ba75c19ab8d34eb4862b05befc8e1497.zip |
r20566: Prepending with r-> is no longer necessary.
(This used to be commit 1df96af3103795f609165e7a7344e1bf6046be79)
Diffstat (limited to 'source4/librpc/idl/krb5pac.idl')
-rw-r--r-- | source4/librpc/idl/krb5pac.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/krb5pac.idl b/source4/librpc/idl/krb5pac.idl index da25f3e92a..2a30d69cc3 100644 --- a/source4/librpc/idl/krb5pac.idl +++ b/source4/librpc/idl/krb5pac.idl @@ -72,7 +72,7 @@ interface krb5pac typedef [public] struct { PAC_TYPE type; uint32 ndr_size; - [relative,subcontext(0),subcontext_size(NDR_ROUND(r->ndr_size,8)),flag(NDR_ALIGN8)] DATA_BLOB_REM *info; + [relative,subcontext(0),subcontext_size(NDR_ROUND(ndr_size,8)),flag(NDR_ALIGN8)] DATA_BLOB_REM *info; [value(0)] uint32 _pad; /* Top half of a 64 bit pointer? */ } PAC_BUFFER_RAW; |