From 8618c6a906c7c04e4149a1223a6d58d9790aa74e Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 2 Jun 2005 00:19:57 +0000 Subject: r7182: remove current support for RELATIVE_CURRENT, this will be replaced with a better aproach later metze (This used to be commit 9a4e9f68fbddaae3fc86e30d39b69fc76261c0ea) --- source4/librpc/idl/spoolss.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/librpc/idl/spoolss.idl') diff --git a/source4/librpc/idl/spoolss.idl b/source4/librpc/idl/spoolss.idl index f3c7e553cc..4189c7b161 100644 --- a/source4/librpc/idl/spoolss.idl +++ b/source4/librpc/idl/spoolss.idl @@ -791,7 +791,7 @@ [out] uint32 count ); - typedef [flag(RELATIVE_CURRENT)] struct { + typedef struct { [relative] nstring *port_name; } spoolss_PortInfo1; -- cgit