diff options
author | Andreas Schneider <asn@samba.org> | 2011-01-12 15:36:19 +0100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2011-01-21 14:34:18 +0100 |
commit | 089c25cbbb44547bbb03d54ec4e2c1f5ebd10f86 (patch) | |
tree | 68f26eeff9189e0e50a1023cb42a02f554dad1e2 /source3/utils | |
parent | e6475f2151eb94b2e9010f9e0f4d3d8c2c315b81 (diff) | |
download | samba-089c25cbbb44547bbb03d54ec4e2c1f5ebd10f86.tar.gz samba-089c25cbbb44547bbb03d54ec4e2c1f5ebd10f86.tar.bz2 samba-089c25cbbb44547bbb03d54ec4e2c1f5ebd10f86.zip |
s3-rpc_client: Rename get_query_dispinfo_params.
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_rpc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c index 6bebd49020..158e4d501a 100644 --- a/source3/utils/net_rpc.c +++ b/source3/utils/net_rpc.c @@ -952,7 +952,7 @@ static int rpc_user_list(struct net_context *c, int argc, const char **argv) do { uint32_t max_entries, max_size; - get_query_dispinfo_params( + dcerpc_get_query_dispinfo_params( loop_count, &max_entries, &max_size); status = NetQueryDisplayInformation(c->opt_host, @@ -2348,7 +2348,7 @@ static NTSTATUS rpc_group_list_internals(struct net_context *c, if (!global) break; - get_query_dispinfo_params( + dcerpc_get_query_dispinfo_params( loop_count, &max_entries, &max_size); result = rpccli_samr_QueryDisplayInfo(pipe_hnd, mem_ctx, |