summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLubomir Kundrak <lkundrak@redhat.com>2008-03-06 19:44:02 +0100
committerDanny Kukawka <danny.kukawka@web.de>2008-03-06 19:44:02 +0100
commit06af009fec26f728ac042caa641269be62f84fdc (patch)
treec68c75bc35a6bb03882bd08056b312cc52bcfa80 /tools
parent7f9c5ead27bc7b2bf2155f85374fdb4e35b606aa (diff)
apply ACLs even if acl list reading failed
List of applied ACLs can get corrupted, and that prevents hal-acl-tool from ever touching it again and fixing. Trivial fix attached.
Diffstat (limited to 'tools')
-rw-r--r--tools/hal-acl-tool.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/hal-acl-tool.c b/tools/hal-acl-tool.c
index 16bede9f..f165aad7 100644
--- a/tools/hal-acl-tool.c
+++ b/tools/hal-acl-tool.c
@@ -803,7 +803,6 @@ acl_compute_changes (GSList *afd_list, gboolean only_update_acllist)
/* get the list of ACL's currently applied */
if (!get_current_acl_list (&current_acl_list)) {
printf ("Error getting ACL's currently applied\n");
- goto out;
}
/* for each entry in ACLForDevice, we need to modify current_acl_list