diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-12-13 03:23:41 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-12-13 03:23:41 +0000 |
commit | da86d3af3126413e59798bcfb0705c307bc730cb (patch) | |
tree | 0795d69a2df0e7e6e8f83ab34bd1a9e69e692b12 /source4/librpc | |
parent | 340d9b71f9e75d634389104da5949ba59669ede2 (diff) | |
download | samba-da86d3af3126413e59798bcfb0705c307bc730cb.tar.gz samba-da86d3af3126413e59798bcfb0705c307bc730cb.tar.bz2 samba-da86d3af3126413e59798bcfb0705c307bc730cb.zip |
added the epm_Map() call.
the RPC-EPMAPPER torture test now passes
(This used to be commit fbdcf9ef548aefb1233cbb22a60bff3eacba996f)
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/idl/epmapper.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/librpc/idl/epmapper.idl b/source4/librpc/idl/epmapper.idl index 250129f84d..59c542255d 100644 --- a/source4/librpc/idl/epmapper.idl +++ b/source4/librpc/idl/epmapper.idl @@ -123,6 +123,8 @@ interface epmapper /**********************/ /* Function 0x03 */ + const int EPMAPPER_MAP_FAILED = 0x16c9a0d6; + typedef struct { epm_twr_t *twr; } epm_twr_p_t; |