r1657: fixed the string types of two strings in svcctl.
authorAndrew Tridgell <tridge@samba.org>
Thu, 5 Aug 2004 05:03:04 +0000 (05:03 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:57:47 +0000 (12:57 -0500)
we still need to fix the handling of subcontexts
(This used to be commit 589c5e394ca1c7ef29f2a0f755a5f932ce60dde5)

source4/librpc/idl/svcctl.idl

index 6337094790ff5ffcc91cc0a174376fad9e091ead..2048fea433dddc0fb8a1134a028928038e694b10 100644 (file)
@@ -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;