summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/librpc/idl/svcctl.idl4
1 files changed, 2 insertions, 2 deletions
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;