diff options
author | Gerald Carter <jerry@samba.org> | 2005-03-24 22:32:31 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:56:18 -0500 |
commit | dbb5a1fdabf8e66343cd2a4a2dda79cef95e14b1 (patch) | |
tree | 1b5d55b6024c5e958204c704bc30dc98a84a8d6d /source3/rpc_parse | |
parent | 445a9729f03117afdaa141a6d074d8af064b4399 (diff) | |
download | samba-dbb5a1fdabf8e66343cd2a4a2dda79cef95e14b1.tar.gz samba-dbb5a1fdabf8e66343cd2a4a2dda79cef95e14b1.tar.bz2 samba-dbb5a1fdabf8e66343cd2a4a2dda79cef95e14b1.zip |
r6046: $ net -S block -U % -W VALE rpc service status spooler
spooler service is SVCCTL_RUNNING.
Configuration details:
Service Type = 0x110
Start Type = 0x2
Error Control = 0x1
Tag ID = 0x0
Executable Path = C:\WINNT\system32\spoolsv.exe
Load Order Group = SpoolerGroup
Dependencies = RPCSS/
Start Name = LocalSystem
Display Name = Print Spooler
(This used to be commit b921bf568835042a43bb0bcb2abd9d36c9d2e43f)
Diffstat (limited to 'source3/rpc_parse')
-rw-r--r-- | source3/rpc_parse/parse_svcctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_parse/parse_svcctl.c b/source3/rpc_parse/parse_svcctl.c index f13f01a05a..acebcf34c6 100644 --- a/source3/rpc_parse/parse_svcctl.c +++ b/source3/rpc_parse/parse_svcctl.c @@ -325,7 +325,7 @@ BOOL svcctl_io_q_open_service(const char *desc, SVCCTL_Q_OPEN_SERVICE *q_u, prs_ if(!prs_align(ps)) return False; - if(!prs_uint32("access_mask", ps, depth, &q_u->access_mask)) + if(!prs_uint32("access", ps, depth, &q_u->access)) return False; return True; |