summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_svcctl.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-19 02:43:56 +0100
committerGünther Deschner <gd@samba.org>2008-02-19 03:13:26 +0100
commitc147f2fd6b5d8f319b2cf6903da093211f46e575 (patch)
tree7166f3ea036eaa1a7a9f9dfbc5fdb6aefc1fbfbb /source3/rpc_parse/parse_svcctl.c
parent3c3944ee3850398a8d1349143aef53cdee44cdf4 (diff)
downloadsamba-c147f2fd6b5d8f319b2cf6903da093211f46e575.tar.gz
samba-c147f2fd6b5d8f319b2cf6903da093211f46e575.tar.bz2
samba-c147f2fd6b5d8f319b2cf6903da093211f46e575.zip
Remove unused marshalling for SVCCTL_QUERY_STATUS.
Guenther (This used to be commit 8a621f517fe38ce91f10e12fccc2963af6afc33d)
Diffstat (limited to 'source3/rpc_parse/parse_svcctl.c')
-rw-r--r--source3/rpc_parse/parse_svcctl.c43
1 files changed, 0 insertions, 43 deletions
diff --git a/source3/rpc_parse/parse_svcctl.c b/source3/rpc_parse/parse_svcctl.c
index 0f39de0746..ef9f03705d 100644
--- a/source3/rpc_parse/parse_svcctl.c
+++ b/source3/rpc_parse/parse_svcctl.c
@@ -198,49 +198,6 @@ uint32 svcctl_sizeof_service_config( SERVICE_CONFIG *config )
/*******************************************************************
********************************************************************/
-bool svcctl_io_q_query_status(const char *desc, SVCCTL_Q_QUERY_STATUS *q_u, prs_struct *ps, int depth)
-{
- if (q_u == NULL)
- return False;
-
- prs_debug(ps, depth, desc, "svcctl_io_q_query_status");
- depth++;
-
- if(!prs_align(ps))
- return False;
-
- if(!smb_io_pol_hnd("service_pol", &q_u->handle, ps, depth))
- return False;
-
- return True;
-}
-
-/*******************************************************************
-********************************************************************/
-
-bool svcctl_io_r_query_status(const char *desc, SVCCTL_R_QUERY_STATUS *r_u, prs_struct *ps, int depth)
-{
- if (r_u == NULL)
- return False;
-
- prs_debug(ps, depth, desc, "svcctl_io_r_query_status");
- depth++;
-
- if(!prs_align(ps))
- return False;
-
- if(!svcctl_io_service_status("service_status", &r_u->svc_status, ps, depth))
- return False;
-
- if(!prs_werror("status", ps, depth, &r_u->status))
- return False;
-
- return True;
-}
-
-/*******************************************************************
-********************************************************************/
-
bool svcctl_io_q_enum_services_status(const char *desc, SVCCTL_Q_ENUM_SERVICES_STATUS *q_u, prs_struct *ps, int depth)
{
if (q_u == NULL)