diff options
-rw-r--r-- | source3/rpc_server/srv_svcctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_server/srv_svcctl.c b/source3/rpc_server/srv_svcctl.c index 4b3fdda3cb..a570d262f5 100644 --- a/source3/rpc_server/srv_svcctl.c +++ b/source3/rpc_server/srv_svcctl.c @@ -156,7 +156,7 @@ static bool api_svcctl_control_service(pipes_struct *p) static bool api_svcctl_query_service_config(pipes_struct *p) { - return proxy_svcctl_call(p, SVCCTL_QUERY_SERVICE_CONFIG_W); + return proxy_svcctl_call(p, NDR_SVCCTL_QUERYSERVICECONFIGW); } /******************************************************************* |