diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-18 05:01:10 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-18 05:01:10 +0000 |
commit | 9b7b5e5c516155d9606cc92bd22a958a8435ef48 (patch) | |
tree | bf528139415fa9b6588f5f35e30ee2e10aa69c3c /source4/librpc/rpc/dcerpc.h | |
parent | c88b0b2bb2c3c41b7e51db4b4dd6c1423af86de8 (diff) | |
download | samba-9b7b5e5c516155d9606cc92bd22a958a8435ef48.tar.gz samba-9b7b5e5c516155d9606cc92bd22a958a8435ef48.tar.bz2 samba-9b7b5e5c516155d9606cc92bd22a958a8435ef48.zip |
use the auto-generated UUID, version and name rather than listing them
in the dcerpc core code
(This used to be commit 16ffeb7c80bfe7f1bfbfce8c98066e9ddbca7686)
Diffstat (limited to 'source4/librpc/rpc/dcerpc.h')
-rw-r--r-- | source4/librpc/rpc/dcerpc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/librpc/rpc/dcerpc.h b/source4/librpc/rpc/dcerpc.h index d67969e76c..81cefa1678 100644 --- a/source4/librpc/rpc/dcerpc.h +++ b/source4/librpc/rpc/dcerpc.h @@ -130,6 +130,3 @@ struct dcerpc_packet { } out; }; -/* this seems to be the only transfer syntax used */ -#define DCERPC_TRANSFER_SYNTAX_V2 {"8a885d04-1ceb-11c9-9fe8-08002b104860", 2} - |