1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

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>
This commit is contained in:
Björn Baumbach
2011-07-22 15:02:23 +02:00
committed by Stefan Metzmacher
parent 40e9d0c440
commit 768646c9a2
8 changed files with 9 additions and 9 deletions

View File

@ -911,7 +911,7 @@ cacl_get(SMBCCTX *context,
return -1;
}
sd = cli_query_secdesc(targetcli, fnum, ctx);
sd = cli_query_secdesc_old(targetcli, fnum, ctx);
if (!sd) {
DEBUG(5,
@ -1570,7 +1570,7 @@ cacl_set(SMBCCTX *context,
return -1;
}
old = cli_query_secdesc(targetcli, fnum, ctx);
old = cli_query_secdesc_old(targetcli, fnum, ctx);
if (!old) {
DEBUG(5, ("cacl_set Failed to query old descriptor\n"));