diff options
author | Günther Deschner <gd@samba.org> | 2011-05-05 12:52:29 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-05-06 10:48:11 +0200 |
commit | 03b9a9938b934ff774ad49c5b409c7060e66b999 (patch) | |
tree | eca05188a34bc75b7aafaa17cfb502e24d73fd62 /libcli/security | |
parent | 73c31f044e32103276558a194698ea6cf876b4f2 (diff) | |
download | samba-03b9a9938b934ff774ad49c5b409c7060e66b999.tar.gz samba-03b9a9938b934ff774ad49c5b409c7060e66b999.tar.bz2 samba-03b9a9938b934ff774ad49c5b409c7060e66b999.zip |
libcli/security: fix build warning, cr_descr_log_acl() is not used currently.
Guenther
Diffstat (limited to 'libcli/security')
-rw-r--r-- | libcli/security/create_descriptor.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcli/security/create_descriptor.c b/libcli/security/create_descriptor.c index 62919a19c7..92528965d1 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, |