summaryrefslogtreecommitdiff
path: root/source3/include/rpc_svcctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/rpc_svcctl.h')
-rw-r--r--source3/include/rpc_svcctl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/rpc_svcctl.h b/source3/include/rpc_svcctl.h
index dc7d48d6b3..8710a86276 100644
--- a/source3/include/rpc_svcctl.h
+++ b/source3/include/rpc_svcctl.h
@@ -58,8 +58,8 @@ typedef struct r_svc_open_sc_man_info
typedef struct q_svc_open_service_info
{
POLICY_HND scman_pol;
- UNISTR2 uni_srv_name; /* unicode server name starting with '\\' */
- uint32 des_access; /* 0x80000004 - SC_MANAGER_xxxx */
+ UNISTR2 uni_svc_name; /* unicode service name */
+ uint32 des_access; /* 0x8000 0001 */
} SVC_Q_OPEN_SERVICE;