summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_lsarpc.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-01-15 23:35:59 +0000
committerTim Potter <tpot@samba.org>2001-01-15 23:35:59 +0000
commit19a8acda6400e17707b32e3cba721d83e5cbf987 (patch)
tree28287dcb49199d988cadbb82a236e49b516ffc22 /source3/rpcclient/cmd_lsarpc.c
parent5a0e2f19575f98a6d5530e66a9e3758e9a1c0a1a (diff)
downloadsamba-19a8acda6400e17707b32e3cba721d83e5cbf987.tar.gz
samba-19a8acda6400e17707b32e3cba721d83e5cbf987.tar.bz2
samba-19a8acda6400e17707b32e3cba721d83e5cbf987.zip
rpcclient functions for remaining samr and lsa functions. All functions
now pass through insure except for some of the dodgy spoolss prs weirdness. (This used to be commit 76f08426a08881793b0ef32ccc4e13c54f26417f)
Diffstat (limited to 'source3/rpcclient/cmd_lsarpc.c')
-rw-r--r--source3/rpcclient/cmd_lsarpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpcclient/cmd_lsarpc.c b/source3/rpcclient/cmd_lsarpc.c
index d9e5ac397f..694dd4d81a 100644
--- a/source3/rpcclient/cmd_lsarpc.c
+++ b/source3/rpcclient/cmd_lsarpc.c
@@ -64,7 +64,7 @@ static uint32 cmd_lsa_query_info_policy(int argc, char **argv)
got_policy_hnd = True;
- /* Lookup the names */
+ /* Lookup info policy */
if ((result = cli_lsa_query_info_policy(&cli, &pol, info_class,
domain_name, &dom_sid))