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/idl | |
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/idl')
-rw-r--r-- | source4/librpc/idl/misc.idl | 6 | ||||
-rw-r--r-- | source4/librpc/idl/samr.idl | 2 |
2 files changed, 3 insertions, 5 deletions
diff --git a/source4/librpc/idl/misc.idl b/source4/librpc/idl/misc.idl index c170beceae..925896fbe1 100644 --- a/source4/librpc/idl/misc.idl +++ b/source4/librpc/idl/misc.idl @@ -2,10 +2,8 @@ miscellaneous IDL structures */ -[ uuid(0-0-0-0-0), - version(0.0), - pointer_default(unique) -] interface misc +[] +interface misc { /* a domain SID. Note that unlike Samba3 this contains a pointer, diff --git a/source4/librpc/idl/samr.idl b/source4/librpc/idl/samr.idl index e9aea5dbfe..82794a28e1 100644 --- a/source4/librpc/idl/samr.idl +++ b/source4/librpc/idl/samr.idl @@ -5,7 +5,7 @@ [ uuid(12345778-1234-abcd-ef00-0123456789ac), version(1.0), pointer_default(unique) -] interface lsarpc +] interface samr { /******************/ /* Function: 0x00 */ |