summaryrefslogtreecommitdiffstats
path: root/libcli
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-05-05 12:52:29 +0200
committerKarolin Seeger <kseeger@samba.org>2011-05-15 20:17:54 +0200
commit6995490bf0f589e72d3641ca1ee80b917d9b36eb (patch)
tree9ee6bab710d4d5050743a22de080d30cc2b3380c /libcli
parent9cd58a10492146b98361337dd126096550694406 (diff)
downloadsamba-6995490bf0f589e72d3641ca1ee80b917d9b36eb.tar.gz
samba-6995490bf0f589e72d3641ca1ee80b917d9b36eb.tar.xz
samba-6995490bf0f589e72d3641ca1ee80b917d9b36eb.zip
libcli/security: fix build warning, cr_descr_log_acl() is not used currently.
Guenther (cherry picked from commit 03b9a9938b934ff774ad49c5b409c7060e66b999) (cherry picked from commit 52cbf2f1d671589d2c1d48f3f52fd2f667af02ba)
Diffstat (limited to 'libcli')
-rw-r--r--libcli/security/create_descriptor.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcli/security/create_descriptor.c b/libcli/security/create_descriptor.c
index 62919a19c73..92528965d1f 100644
--- a/libcli/security/create_descriptor.c
+++ b/libcli/security/create_descriptor.c
@@ -305,6 +305,7 @@ static void cr_descr_log_descriptor(struct security_descriptor *sd,
}
}
+#if 0
static void cr_descr_log_acl(struct security_acl *acl,
const char *message,
int level)
@@ -318,6 +319,7 @@ static void cr_descr_log_acl(struct security_acl *acl,
DEBUG(level,("%s: NULL\n", message));
}
}
+#endif
static bool compute_acl(struct security_descriptor *parent_sd,
struct security_descriptor *creator_sd,