diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-10-13 20:09:46 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:59:51 -0500 |
commit | 24c0fbc0e88bf0f7bc34f75c99aa276ca19b0163 (patch) | |
tree | 940194a51090bcac85fd42db4a2a5523cdea6b1d /source4/librpc/idl | |
parent | b5fde9d2df707638f0244af925fa4e85be395eef (diff) | |
download | samba-24c0fbc0e88bf0f7bc34f75c99aa276ca19b0163.tar.gz samba-24c0fbc0e88bf0f7bc34f75c99aa276ca19b0163.tar.bz2 samba-24c0fbc0e88bf0f7bc34f75c99aa276ca19b0163.zip |
r2956: Fix towers_length for now. I'm currently working on a pidl extension
that can generate these kinds of functions
(This used to be commit ebca2516502560edfd4056fbb4cfc9718a108efa)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/epmapper.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/epmapper.idl b/source4/librpc/idl/epmapper.idl index 4898bbda2e..fffd2606c0 100644 --- a/source4/librpc/idl/epmapper.idl +++ b/source4/librpc/idl/epmapper.idl @@ -194,7 +194,7 @@ interface epmapper } epm_towers; typedef struct { - uint32 tower_length; + [value(ndr_size_epm_towers(&r->towers))] uint32 tower_length; [subcontext(4)] epm_towers towers; } epm_twr_t; |