From: Andrew Tridgell Date: Thu, 5 Aug 2004 05:03:04 +0000 (+0000) Subject: r1657: fixed the string types of two strings in svcctl. X-Git-Tag: samba-4.0.0alpha6~801^3~13953 X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fsamba-autobuild%2F.git;a=commitdiff_plain;h=7011c716003948a36fa7d4fd44acdfdd405d0ee2 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) --- diff --git a/source4/librpc/idl/svcctl.idl b/source4/librpc/idl/svcctl.idl index 6337094790f..2048fea433d 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;