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:
committed by
Gerald (Jerry) Carter
parent
759affb1e1
commit
42588ba50c
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user