diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-11-04 01:09:43 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:27 -0500 |
commit | 695677f4bb078291c683931d5017f339811abf90 (patch) | |
tree | 3711e7f7b111c192067e09a34a6cc255c9a6056d /source4/librpc/idl/dcom.idl | |
parent | 9a65c54c72cb5cbbe3d57df32193568850266b3b (diff) | |
download | samba-695677f4bb078291c683931d5017f339811abf90.tar.gz samba-695677f4bb078291c683931d5017f339811abf90.tar.bz2 samba-695677f4bb078291c683931d5017f339811abf90.zip |
r3515: Fix RemoteActivation correctly this time (-:
Thanks to tridge for some help on this one!
(This used to be commit 1104667190aa144e2c7d79ece9a55502b98d0351)
Diffstat (limited to 'source4/librpc/idl/dcom.idl')
-rw-r--r-- | source4/librpc/idl/dcom.idl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/librpc/idl/dcom.idl b/source4/librpc/idl/dcom.idl index 448ed827f9..9d37e5bc44 100644 --- a/source4/librpc/idl/dcom.idl +++ b/source4/librpc/idl/dcom.idl @@ -262,8 +262,7 @@ interface ObjectRpcBaseTypes typedef [public] struct { uint32 size; - uint32 sizex; - [subcontext(4),align(1)] OBJREF obj; + [subcontext(4),align(4)] OBJREF obj; } MInterfacePointer; } |