1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-30 06:50:24 +03:00

libcli/security: fix build warning, cr_descr_log_acl() is not used currently.

Guenther
This commit is contained in:
Günther Deschner 2011-05-05 12:52:29 +02:00
parent 73c31f044e
commit 03b9a9938b

View File

@ -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,