From 7011c716003948a36fa7d4fd44acdfdd405d0ee2 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 5 Aug 2004 05:03:04 +0000 Subject: r1657: fixed the string types of two strings in svcctl. we still need to fix the handling of subcontexts (This used to be commit 589c5e394ca1c7ef29f2a0f755a5f932ce60dde5) --- source4/librpc/idl/svcctl.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/librpc') diff --git a/source4/librpc/idl/svcctl.idl b/source4/librpc/idl/svcctl.idl index 6337094790..2048fea433 100644 --- a/source4/librpc/idl/svcctl.idl +++ b/source4/librpc/idl/svcctl.idl @@ -26,8 +26,8 @@ } SERVICE_STATUS; typedef struct { - unistr *service_name; - unistr *display_name; + [relative] astring *service_name; + [relative] astring *display_name; SERVICE_STATUS status; } ENUM_SERVICE_STATUS; -- cgit