From b36fab0491a7f73ac9dffea6397167c5bdd82a2a Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 8 Apr 2009 01:52:28 +0200 Subject: s3-svcctl: no need to define SVCCTL_NUM_INTERNAL_SERVICES twice in a file. Guenther --- source3/rpc_server/srv_svcctl_nt.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/rpc_server/srv_svcctl_nt.c') diff --git a/source3/rpc_server/srv_svcctl_nt.c b/source3/rpc_server/srv_svcctl_nt.c index 848cdc25d0..6aafd5ab2c 100644 --- a/source3/rpc_server/srv_svcctl_nt.c +++ b/source3/rpc_server/srv_svcctl_nt.c @@ -32,8 +32,6 @@ struct service_control_op { SERVICE_CONTROL_OPS *ops; }; -#define SVCCTL_NUM_INTERNAL_SERVICES 4 - /* handle external services */ extern SERVICE_CONTROL_OPS rcinit_svc_ops; -- cgit