1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-20 08:23:50 +03:00

r6040: finish out 'net rpc service list'

This commit is contained in:
Gerald Carter
2005-03-24 18:05:31 +00:00
committed by Gerald (Jerry) Carter
parent 759affb1e1
commit 42588ba50c
5 changed files with 84 additions and 28 deletions

View File

@@ -50,7 +50,7 @@
/* SERVER_STATUS - state */
#define SVCCTL_STATE_ACTIVE 0x00000001
#define SVCCTL_STATE_INACTIVE 0x00000002
#define SVCCTL_STATE_ALL ( SVC_STATE_ACTIVE | SVC_STATE_INACTIVE )
#define SVCCTL_STATE_ALL ( SVCCTL_STATE_ACTIVE | SVCCTL_STATE_INACTIVE )
/* SERVER_STATUS - CurrentState */