From: Günther Deschner Date: Wed, 7 Jan 2009 14:06:04 +0000 (+0100) Subject: s3-svcctl: use pidl's ndr opcodes for NDR_SVCCTL_QUERYSERVICECONFIGW. X-Git-Tag: samba-4.0.0alpha6~221^2~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6eb507e30d39e4adea96fcc67645595a36f0fce7;p=thirdparty%2Fsamba.git s3-svcctl: use pidl's ndr opcodes for NDR_SVCCTL_QUERYSERVICECONFIGW. Guenther --- diff --git a/source3/rpc_server/srv_svcctl.c b/source3/rpc_server/srv_svcctl.c index 4b3fdda3cbb..a570d262f53 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); } /*******************************************************************