summaryrefslogtreecommitdiff
path: root/source3/client
diff options
context:
space:
mode:
authorBjörn Baumbach <bb@sernet.de>2011-07-22 15:02:23 +0200
committerStefan Metzmacher <metze@samba.org>2011-07-23 09:18:56 +0200
commit768646c9a23c3b2d295af77826e82d3087076e36 (patch)
treefa715c5fe96b780e911ac5400ae5dcd5bfb9fcc6 /source3/client
parent40e9d0c440fb436f48e854d8b44b31fef47aaee7 (diff)
downloadsamba-768646c9a23c3b2d295af77826e82d3087076e36.tar.gz
samba-768646c9a23c3b2d295af77826e82d3087076e36.tar.bz2
samba-768646c9a23c3b2d295af77826e82d3087076e36.zip
s3-libsmb: rename cli_query_secdesc() to cli_query_secdesc_old()
Will introduce new cli_query_secdesc() function Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/client')
-rw-r--r--source3/client/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/client/client.c b/source3/client/client.c
index 142eea2733..5c4d63a8c1 100644
--- a/source3/client/client.c
+++ b/source3/client/client.c
@@ -586,7 +586,7 @@ static NTSTATUS display_finfo(struct cli_state *cli_state, struct file_info *fin
afname, nt_errstr(status)));
} else {
struct security_descriptor *sd = NULL;
- sd = cli_query_secdesc(cli_state, fnum, ctx);
+ sd = cli_query_secdesc_old(cli_state, fnum, ctx);
if (!sd) {
status = cli_nt_error(cli_state);
DEBUG( 0, ("display_finfo() failed to "