summaryrefslogtreecommitdiff
path: root/libcli
diff options
context:
space:
mode:
authorMoritz Beller <moritzbeller@gmx.de>2016-10-11 15:39:55 +0200
committerVolker Lendecke <vl@samba.org>2016-10-13 18:13:45 +0200
commitcaff67082a22b4b5250eb73b09e57bb9ab99c346 (patch)
treefc44a5469a11878a44c7f608a715cabb6a6a1204 /libcli
parentb89de21ac365100cd8ea0ff466fcb6aa352df4df (diff)
downloadsamba-caff67082a22b4b5250eb73b09e57bb9ab99c346.tar.gz
libcli: Remove code clone
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12373 Signed-off-by: Moritz Beller <moritzbeller@gmx.de> Reviewed-by: Jeremy Allison <jra@samba.org> Reviewed-by: Simo <simo@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Thu Oct 13 18:13:45 CEST 2016 on sn-devel-144
Diffstat (limited to 'libcli')
-rw-r--r--libcli/security/sddl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcli/security/sddl.c b/libcli/security/sddl.c
index 47e5934d189..9a5a2500e93 100644
--- a/libcli/security/sddl.c
+++ b/libcli/security/sddl.c
@@ -529,7 +529,7 @@ static char *sddl_encode_ace(TALLOC_CTX *mem_ctx, const struct security_ace *ace
if (ace->type == SEC_ACE_TYPE_ACCESS_ALLOWED_OBJECT ||
ace->type == SEC_ACE_TYPE_ACCESS_DENIED_OBJECT ||
ace->type == SEC_ACE_TYPE_SYSTEM_AUDIT_OBJECT ||
- ace->type == SEC_ACE_TYPE_SYSTEM_AUDIT_OBJECT) {
+ ace->type == SEC_ACE_TYPE_SYSTEM_ALARM_OBJECT) {
if (ace->object.object.flags & SEC_ACE_OBJECT_TYPE_PRESENT) {
sddl_object = GUID_string(
tmp_ctx, &ace->object.object.type.type);