From 9b7b5e5c516155d9606cc92bd22a958a8435ef48 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 18 Nov 2003 05:01:10 +0000 Subject: use the auto-generated UUID, version and name rather than listing them in the dcerpc core code (This used to be commit 16ffeb7c80bfe7f1bfbfce8c98066e9ddbca7686) --- source4/librpc/idl/misc.idl | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'source4/librpc/idl/misc.idl') 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, -- cgit