Author: tridge
Date: 2004-08-05 05:03:04 +0000 (Thu, 05 Aug 2004)
New Revision: 1657
WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1657&nolog=1
Log:
fixed the string types of two strings in svcctl.

we still need to fix the handling of subcontexts



Modified:
   branches/SAMBA_4_0/source/librpc/idl/svcctl.idl

Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/svcctl.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/svcctl.idl     2004-08-05 01:27:28 UTC (rev 
1656)
+++ branches/SAMBA_4_0/source/librpc/idl/svcctl.idl     2004-08-05 05:03:04 UTC (rev 
1657)
@@ -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;
 

Reply via email to