diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-02-12 21:43:08 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:09:46 -0500 |
commit | 51a6f7b227e131a7610b56cbf54d9128f35c7d66 (patch) | |
tree | e9b42123d342844bb5af822aa950019eab599f1b /source4/librpc/idl | |
parent | 67bc7ddbe9d42507f276381796f0be1ff01111d4 (diff) | |
download | samba-51a6f7b227e131a7610b56cbf54d9128f35c7d66.tar.gz samba-51a6f7b227e131a7610b56cbf54d9128f35c7d66.tar.bz2 samba-51a6f7b227e131a7610b56cbf54d9128f35c7d66.zip |
r5361: Rename some functions, add tests to validator.
(This used to be commit c9d7b88756039a3eb3024c886851e489c46ef67f)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/dcom.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/dcom.idl b/source4/librpc/idl/dcom.idl index 762b928252..ad2963c905 100644 --- a/source4/librpc/idl/dcom.idl +++ b/source4/librpc/idl/dcom.idl @@ -79,7 +79,7 @@ interface ObjectRpcBaseTypes uint32 size; /* Num extents. */ uint32 reserved; /* Must be zero. */ /*FIXME[size_is((size+1)&~1,), unique] ORPC_EXTENT **extent; extents */ - [size_is(size),unique] ORPC_EXTENT extent[]; + [size_is(size)] ORPC_EXTENT extent[]; } ORPC_EXTENT_ARRAY; |